Hi,

I wonder if anyone can help.

I have a program that reads in a csv( comma separated values) spreadsheet file into a list named Temp.
I can tokenise the list using
  Temp2={String.tokens Temp &\n}
which gives me a list of lists where each sublist represents each line of the spreadsheet.

What is the easy way at this point to further tokenise Temp2 using &, as a seperator to give me further sublists which represent each column data?

I actually want to end up with a record structure holding all this, so that feature one is line one which is a record with n-features representing each cells data on that line. I know this should be really straightforward but I just can't get my head round it successfully!

Any help as always is gratefully received.

Regards

Mark Richardson

--
Mark Richardson
Final year undergraduate
University of Teesside
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to