CSV to TSV (was Re: Tools & techniques for one-off consolidation of multiple 'similar' CSV files?)

Mike Kerner MikeKerner at roadrunner.com
Tue Apr 5 12:09:08 EDT 2022


I'm confused by the code, above. If you are using tab as your column
delimiter, then you wouldn't replace it with a space, since your tsv/csv
files would have tabs in them when they were exported, originally.
In any case, when you are going to replace a character with another
character, you should make sure that the character you are replacing it to
either a) does not have any special meaning (e.g. a delimiter) or b) if it
does have a special meaning that it does not appear in the data, already.


More information about the use-livecode mailing list