Postponed (maintainer needs more info)
Project:
Import / Export API
Version:
6.x-1.x-dev
Component:
importexportapi.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 15:56 UTC
Updated:
23 Apr 2010 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedWhat type of file? Can you please attach a sample?
Comment #2
svenhs commentedIt happens for example if only stories are exported via XML. Don't know if further content types are involved. I guess yes, maybe a problem with the character encoding. All field mappings stay default. I've attached the file.
Comment #3
Anonymous (not verified) commentedIf you change
<?xml version="1.0"?>in the file to<?xml version="1.0" encoding="UTF-8"?>before importing does it help? It appears the lack of the encoding attribute is the issue.Comment #4
Anonymous (not verified) commentedsame issue here.
added encoding="UTF-8", but here with me, all data import stops after the first umlaut.
tried it with the users + roles
Comment #5
svenhs commentedChanging the encoding to <?xml version="1.0" encoding="UTF-8"?> doesn't help. However I realised that my result isn't really representative. I think testing this with two equal and a brandnew second installations might bring up a completly different result. As far as I tried to set my installations to the equal values and modules etc. it didn't help.
I attached my error messages. Maybe this might help. I'm using the german version of drupal from drupalcenter.de. Despite these error messages the import of the nodes works correct except for the ä ö ü ß as mentioned before. Also the duplicate entries seem not to stop the entry. But probably you'll read more out of the errors.
Comment #6
cha0s commentedHave you tried the simpleXML patch I posted?
Comment #7
Ruud commentedI have te same problems with xml import in Exel. This time with the following characters:{ ë ï ' ö é ä }.
After replacing these characters with { e i o e a } the xml import is fixed.