Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: JinChenHi,
I am trying to run data analyser on a csv format data, but I got an error saying index out of range. having done some googling I found that I need to change the encoding. but to do that I need to change all string fields to Unicode... does anyone know a way to change data type for all fields without having to say Unicode() for every field?
many thanks