mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user