Page 1 of 1

Reading CSV Files

Posted: Wed Sep 29, 2021 2:01 am
by Torano
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

Posted: Sat Oct 09, 2021 1:02 pm
by Wavget
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.