1. true_studios
  2. RO CSVI
  3. Wednesday, 26 July 2023
  4.  Subscribe via email
Hello!
i have another problem importing joomla content. I exported data from an old website and prepared it for import into joomla. in 2 columns the text content is HTML text. in it are German umlauts (ä,ü,ö) as ü (=ü) shown. the semicolon is now interpreted as a split and thus the import becomes erroneous. Is there a way to bypass this issue? Possibly to define another column separator (did not find this option).
Thanks for your help!
Chris

PS: No debug log found
Attachments (2)
Accepted Answer
Accepted Answer Pending Moderation
Hello Chris,

the semicolon is now interpreted as a split and thus the import becomes erroneous. Is there a way to bypass this issue?
There definitely is, by following the CSV standards :D

A correct CSV looks like this, it does not matter if you use comma or semi-colon.

"title";"introtext"
"A great escape";"On a long winter night it was very dark; You can hear the trees whisper ""Oh what a night"""
The semi-colon here in the text is not breaking anything because you are using double-quotes as text-enclosure. You can even use the double-quote as part of the text because they are duplicated inside the text. This way the CSV parser knows you want to quote that part of the text.

If you follow the use of the separator and text enclosure you can use anything you like within your text enclosure.

Let us know how it goes.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # Permalink
Sorry, the discussion is currently locked. You will not be able to post a reply or a comment at the moment.