Forum Moderators: phranque
i am not sure what you mean. If it is just going from something like tab delimited and converting to comma delimited with no changing of data order it may be even simpler to just open it with something like textpad and do a find and replace.
Or to use a script it can just
open source and destination files
read line from source
change to new format
write to destination
repeat until source file done
[edited by: engine at 7:29 pm (utc) on June 6, 2004]
[edit reason] help in forum for everyone's benefit, thanks. [/edit]