Reading from CSV Files
An interesting discussion arose in the forums yesterday on how to read data from a CSV file. The usual suggestion is to use Separate to split each line into an array using the comma as the delimiter, as explained in my post here. The problem, as highlighted in the forum topic, is: what if the […]