C
|
cgphp 12/15/2011 |
You have to change the delimiter for the fgetcsv function in the import.php file (Program Files\PHPRunner6.0\source\import.php) |
C
|
chanpeter88 author 12/21/2011 |
i have changed to "#" but for data is ok, for header, i still have to use comma, otherwise, |
![]() |
Sergey Kornilov admin 12/22/2011 |
You also need to modify getImportCVSFields() function in include/import_functions.php file replace comma with # character. |