Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, can you send me the csv file? I would be happy to take a look.
    My email is [email protected]

    Here it works correctly, even with quotes in the content.

    Also, what system do you use? Which webserver, Apache or Nginx or IIS? And which PHP version?

    Hi all, if somebody have a solution to import a csv file (edited with excel) thanks in advance to share it. I tried some solution but with suces.

    Plugin Author Marcel Pol

    (@mpol)

    This is a CSV for Gwolle Guestbook?

    Make sure you don’t have quotes inside the values.

    Hi Pol,

    Yes. I posted two messages before export and use the Gwolle csv format.
    After that I full up the file and I changed all ” and ‘ by -.
    There is something bad again.

    Plugin Author Marcel Pol

    (@mpol)

    Could you send the csv-file to [email protected] ?

    Plugin Author Marcel Pol

    (@mpol)

    Sorry for the slow reply.

    I have to say that I just don’t know. Is that a valid reply? ??

    You are using ; for delimiter, and by changing the page-import.php file to:
    fgetcsv($handle, 1000, ';')
    that will work.
    But the standard enclosure of the quotes is missing, so I don’t know how you could get around to not using an enclosure.

    Is it not possible to do an export, and if you want to edit anything, do that in a text-editor, or even in de admin interface?

    Hi Marcel,

    Thanks, it’s ok. Your return is already an valid reply. and I’m not alone … ??
    I will try to edit this import file with a text-editor.

    have a good day.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘import export problem?’ is closed to new replies.