Split up tab seperated textfile
Mar 22 2012 | 7:44 am
Hi all,
I'm trying to import a .txt file with several columns in it that can all contain sentences with any number of words. What i would like to have is a method of outputting each of those sentences to a different outlet. The columns are seperated by a tab.
I am using the [text] object to open the textfile and have tried to use the [zl] object to break it up, but i haven't found a way to split it at the tabs. I seem to only be able to shave off an x-amount of words.
Is there something i'm overlooking? Is there a way to split up a line in a .txt file by tab seperated column?
Thank you!