Looks like he's using Construct Classic — In that case, exporting to CSV is probably still easiest, but then you read it with the binary object I think.
Separating a line of values is like this: Item1 = GetToken(strCSVLine, 1, ","), but I'm not sure if it's 1 or 0 that is the starting item at the moment.