When should CSV use semicolon delimiter instead of comma?
European Excel locales (de-DE, fr-FR) export CSV with semicolon separators because comma is the decimal separator in those regions. Set delimiter to ; when opening a European Excel export in a JSON pipeline. TSV (tab) is common for scientific data and log exports. Mismatch symptom: one giant column in preview or thousands of columns from splitting on wrong character.