I read the answers to this question: Import a text file into LaTeX document, and am now wondering if it's possible to let TeX replace tabs or spaces in that text-file with & for example if you export some data in comma or tab separated values from another source.
I do realize that it's simple to do that in any any text editor, but it would be convenient if some changes needed to be done on the source, not having to modify that text file over and over after exporting.
write18enabled might you be able to do someawkmagic on the file before inputting it? – Seamus Aug 2 '11 at 17:29