Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: MatthiasVDE on September 24, 2020, 06:57:57 pm
-
I'm parsing a CSV with items in order to create elements with the same properties as described in that CSV file.
The tekst in de CSV file is:
Storage & Backup - Extra Backups, retention policies, etc…
In the element I see:
Storage & Backup​ - Extra Backups, retention policies, etc…​
How can this be avoided?
-
I'd guess you need to change to Jet4.
q.
-
I'd guess you need to change to Jet4.
q.
Excuse me, I don't understand what you exactly mean.
-
I'd guess you still work with an EAP that's Jet3 based. Go to the options and convert it to Jet4. Only a guess, but that's what came to mind first.
q.
-
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.
Geert
-
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.
Geert
Converted to UTF-8 but still problems with special characters. I rather think it's a parsing problem.
-
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.
Geert
Converted to UTF-8 but still problems with special characters. I rather think it's a parsing problem.
Converted to ANSI and now it works, thanks Geert!