2abfbc688dd68d2c54c424b2e0cd19e39ab6de3c
[migration-tools.git] / text / examples / csv.clean.conf
1 $CSV_options{quote_char} = '"';
2 $CSV_options{escape_char} = '"';
3 $CSV_options{sep_char} = ',';