• Resolved karlajw

    (@karlajw)


    When I export a CSV file on my local development website (a wamp setup) and open it in Excel everything looks fine. But when I do the same thing on the live website the CSV file opened in Excel ends up with the field delimiters escaped. For example:

    on my local web one entry in the Name column looks like this:

    John

    but then that same Name column generated by the live website (on a different web hosting provider) looks like this:

    \”John\”

    Since the big difference between the two files is the server they were generated on I’m guessing there may be some sort of server-side setting that can (hopefully) be changed to remove the extra escaping.

    Can anyone point me in the right direction?

    Thanks,
    Karla

    http://wordpress.org/extend/plugins/amr-users/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: amr users] Extra escaped quotes in CSV file’ is closed to new replies.