Re:Export works fine.. but import fails 13 Years, 2 Months ago
Karma: 0
Getting rid of that & did the trick!
Basically, using the & in any fields will create a bad file. Will have to strip all those out using the search string " & " (spaces before and after) and replacing it with " and " ... will work.
Thanks!
Logged
Last Edit: 2011/09/16 20:19 By jhaugan.
The administrator has disabled public write access.
Re:Export works fine.. but import fails 12 Years, 10 Months ago
Karma: 0
I finally got back to this project! The culprit was, indeed the &. So, I did a full export and then opened the XML file in wordpad and did a search for " &" (notice the space before the ampersand) and then replaced them all with " and" to find all the offending characters. Once I did that the full import worked great! Thanks for the help.
Logged
The administrator has disabled public write access.