Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author lizeipe

    (@lizeipe)

    Thanks for using my plugin.

    yes you can use semicolon.But you need to make a small change in the code.

    Please change the line number 25 in csv-to-webpage-plugin/includes/data.php

    Replace

    while (($data = fgetcsv($handle, 1000, ",")) !== FALSE)

    with

    while (($data = fgetcsv($handle, 1000, ";")) !== FALSE)

    Thread Starter Chris Andersen

    (@chris1)

    great… it works… thx so much 🙂

    Plugin Author lizeipe

    (@lizeipe)

    Welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using semicolon instead of comma’ is closed to new replies.