README.md in itrp-export-monitor-1.0.5 vs README.md in itrp-export-monitor-1.0.6

- old
+ new

@@ -146,10 +146,10 @@ All exceptions will also be logged as errors in the logfile. * _csv_row_sep_: Set the CSV row separator (default: `:auto`, i.e. windows/unix newline) * _csv_col_sep_: Set the CSV column separator (default: `','`) * _csv_quote_char_: Set the CSV quote character, at most 1 character (default: `'"'`) * _csv_value_proc_: Provide a procedure to change values before adding them to the CSV, e.g. - `Proc.new{ |value| value.gsub(/\r?\n/, ' ')` + `Proc.new{ |value| value.gsub(/\r/, '').gsub(/\n/, ' ')` Start the Export Monitor ------------------------