Reading CSV Files
Reading CSV Files
I'm currently looking for a way to go into a CSV file, search for a row based on the first column, then import another column's value on the same row as a variable. The columns will be varying lengths. Is that something that can be done with the File function, or would that require something a bit more involved?
Re: Reading CSV Files
Typeitin currently does allow for some text manipulation, but it is not easy to separate text based on a delimiter.
I've added two new functions to the upcoming beta version, SPLIT and SPLITCSV.
SPLIT uses a specified delimiter while SPLITCSV uses comma by default.
Typeitin V3.6 beta 4 should be available in a few days.
I've added two new functions to the upcoming beta version, SPLIT and SPLITCSV.
SPLIT uses a specified delimiter while SPLITCSV uses comma by default.
Typeitin V3.6 beta 4 should be available in a few days.