tool to spit out records that contain the tag/subfield/value combination provided
[migration-tools.git] / text / examples / csv.clean.conf
1 $CSV_options{quote_char} = '"';
2 $CSV_options{escape_char} = '"';
3 $CSV_options{sep_char} = ',';