I'm trying to read .csv file exported from Excel.
Here is a piece of code:
Code: Select all
answer file "Select a file you want to load" with type "Csv Files|csv|CSV"
if it is not empty then
put it into tfilename
put url ("binfile:" & tFilename) into tempVar
I tried several functions, none of them seems to be working.