Reading CSV Files

Questions, comments, and suggestions related to Typeitin.
Post Reply
Torano
Posts: 4
Joined: Sun Jun 20, 2021 3:06 am

Reading CSV Files

Post by Torano » Wed Sep 29, 2021 2:01 am

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?

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Reading CSV Files

Post by Wavget » Sat Oct 09, 2021 1:02 pm

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.

Post Reply