N°7216 - CSV Import failling with cryptic message when some lines have a missing separator - fix import with ignored values

This commit is contained in:
Anne-Cath
2025-06-03 13:32:49 +02:00
parent 0b92535fda
commit 282fb13973
3 changed files with 10 additions and 10 deletions

View File

@@ -176,7 +176,8 @@ class CSVImportPageProcessor
empty($sSynchroScope) ? null : $sSynchroScope,
$aSynchroUpdate,
$sChosenDateFormat, // date format
true // localize
true, // localize
$iNbSkippedLines+count($aFieldsMapping) // advanced mode
);
$oPage->AddSubBlock(InputUIBlockFactory::MakeForHidden("csvdata_truncated", $sCSVDataTruncated, "csvdata_truncated"));