Hi All
Is it possible to create a csv file which is comma separated and all fields quoted which also contains a tab space within one field?
whenever i output the tab seems to be converted to a single space.
eg "something[tab]here" is output as "something here" losing the [tab]
hope that makes sense? TIA