I want to generate CSV files that use a semicolon ; rather than a comma , as field separator.
The comma is especially problematic because I can’t just search&replace , for ; because random company names then become e.g. “Gaylord; Lakin and Grady” (yes, that’s an actual sample).
Your help is much appreciated!
Yes of course! Why didn’t I see that? Thank you!