You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all,
I have a current issue where i need to import a CSV file into one of our systems. I understand the best support for unicode is in C11 but is there a way to import a unicode based csv file using the BASIC driver and some combination of driver strings?
Thanks,
Justin
Sean H
unread,
Feb 17, 2019, 6:18:16 PM2/17/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Depending on How unicode it is. ie UTF8 is essentially ASCII so should
just work.
Other than that. Have a look at Capesofts String theory. It has methods
for dealing with Unicode and for playing with CSV files
Sean H
Jovy
unread,
Feb 19, 2019, 6:46:12 PM2/19/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thanks Sean, Capesoft's string theory did the trick! I used the ToAnsi function to change the encoding from unicode to ansi and whala!
Sad thing is I had purchased string theory for other templates as it was a prerequisite but not used any of its functions. Might do a full review to see what else I am missing out on :)
Thanks again!
Cheers,