enclosure en importador se establece la comilla

This commit is contained in:
humano 2020-05-12 18:54:45 -05:00
parent ff30e13ea5
commit ec12802c47
1 changed files with 1 additions and 1 deletions

View File

@ -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 .= "<tr>";