Comments 999881 started the conversationJanuary 6, 2020 at 4:01pmHello! I have problem with .csv event import. Tried different methods - result: "0 events imported....". CSV setting are default. I have attached the csv file. Thanks! 877Zhivko repliedJanuary 8, 2020 at 12:48pmHi,The CSV importer of the calendar expects the csv to be with default delimeter ",". If you must use ";" you could change the delimeter by editing file stachethemes_event_calendar\assets\php\class.import-csv.php line 15 to: while (($data = fgetcsv($h, 0, ";")) !== FALSE) {We'll add csv delimeter option in the next update in order to sort this out. Stachethemes Developer Sign in to reply ...
Hello! I have problem with .csv event import. Tried different methods - result: "0 events imported....". CSV setting are default. I have attached the csv file. Thanks!
Hi,
The CSV importer of the calendar expects the csv to be with default delimeter ",".
If you must use ";" you could change the delimeter by editing file stachethemes_event_calendar\assets\php\class.import-csv.php line 15 to:
We'll add csv delimeter option in the next update in order to sort this out.
Stachethemes Developer