From ec12802c476f5bd537dba160118c19a102a9bd8a Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 12 May 2020 18:54:45 -0500 Subject: [PATCH] enclosure en importador se establece la comilla --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index a09a13f..2b5ca8f 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14906,7 +14906,7 @@ if (($handle = fopen($nombre, 'r')) !== FALSE) { $fila= 0; set_time_limit(0); -while (($datos = fgetcsv($handle,0,"|")) !== FALSE) { +while (($datos = fgetcsv($handle,0,"|",'"')) !== FALSE) { $numero = count($datos); if($fila >=1) { $resultado .= "";