Go to Solution
This may be what you are looking for
dt=open("pathtofolder\filename.txt"); close(dt,save("$TEMP\lookup.jmp"));
View solution in original post
look in the scripting index for LoadTextFile() and SaveTextFile(); they don't care about the extension the way open() does.
and I may have misinterpreted... are you saving a script? a datatable? is the source a .csv?