diff --git a/lib/NGCP/BulkProcessor/Projects/ETL/Customer/settings.cfg b/lib/NGCP/BulkProcessor/Projects/ETL/Customer/settings.cfg index 5b2f6fa..de798c4 100644 --- a/lib/NGCP/BulkProcessor/Projects/ETL/Customer/settings.cfg +++ b/lib/NGCP/BulkProcessor/Projects/ETL/Customer/settings.cfg @@ -18,8 +18,8 @@ csv_all_expected_fields = 0 #csv_eol = csv_sep_char = , -csv_quote_char} = " -csv_escape_char} = " +csv_quote_char = " +csv_escape_char = " diff --git a/lib/NGCP/BulkProcessor/SqlConnectors/CSVDB.pm b/lib/NGCP/BulkProcessor/SqlConnectors/CSVDB.pm index 5db0ae3..918c2cc 100644 --- a/lib/NGCP/BulkProcessor/SqlConnectors/CSVDB.pm +++ b/lib/NGCP/BulkProcessor/SqlConnectors/CSVDB.pm @@ -60,7 +60,8 @@ our @EXPORT_OK = qw( sanitize_column_name sanitize_spreadsheet_name get_tableidentifier - $csvextension); + $csvextension + $default_csv_config); #excel_to_timestamp #excel_to_date