Changed the default CSV column separator from a comma to a semi-colon
This commit is contained in:
parent
9b2ff195de
commit
7786d9421e
@ -1773,7 +1773,7 @@ $cfg['Import']['csv_replace'] = false;
|
||||
*
|
||||
* @global string $cfg['Import']['csv_terminated']
|
||||
*/
|
||||
$cfg['Import']['csv_terminated'] = ';';
|
||||
$cfg['Import']['csv_terminated'] = ',';
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user