From: Darold Gilles Date: Wed, 1 Oct 2014 15:20:51 +0000 (+0200) Subject: Remove setting escape_char to undef with Text::CSV_XS that break reports like tempora... X-Git-Tag: v6.2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b242c57b45d0b2f91f484ff9270124ad03a6e69;p=pgbadger Remove setting escape_char to undef with Text::CSV_XS that break reports like temporary files. --- diff --git a/pgbadger b/pgbadger index 6c35908..6ab120e 100755 --- a/pgbadger +++ b/pgbadger @@ -1938,7 +1938,6 @@ sub process_file eol => $/, sep_char => $csv_sep_char, allow_loose_quotes => 1, - escape_char => undef } );