Re: regex problem: convert CSV to comma delimited
Posted: Fri Jul 25, 2014 9:11 pm
Seems to be an unfortunate convention: techies love TLAs (three-letter acronyms) so much that "CSV" has become somewhat generic for referring to any flat delimited formats, even those that don't actually separate values with commas at all.
I haven't used Excel in many years since I switched to Libre Office, but I think they may have similar options for export in terms of being able to both choose tab as the delimiter and turn off the option of adding quotes for textual values.
With that output you can use the data in LC directly very efficiently, parsing by setting the itemdel to tab and displaying in a simple field object with the hGrid and vGrid set to true.
And yep, I was very active in the HyperCard community, going back even before the Web was invented to the old CompuServe days. Nice to be remembered - thanks.
I haven't used Excel in many years since I switched to Libre Office, but I think they may have similar options for export in terms of being able to both choose tab as the delimiter and turn off the option of adding quotes for textual values.
With that output you can use the data in LC directly very efficiently, parsing by setting the itemdel to tab and displaying in a simple field object with the hGrid and vGrid set to true.
And yep, I was very active in the HyperCard community, going back even before the Web was invented to the old CompuServe days. Nice to be remembered - thanks.