Okay
  Public Ticket #2263007
CSV import
Closed

Comments

  • 999881 started the conversation

    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!

  •  785
    Zhivko replied

    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:

                while (($data = fgetcsv($h, 0, ";")) !== FALSE) {

    We'll add csv delimeter option in the next update in order to sort this out.


    Stachethemes Developer