Skip to content
Snippets Groups Projects
  • John-Paul Robinson's avatar
    Fix csv processing to address parser errors · be11fd51
    John-Paul Robinson authored
    Limit field splitting to one equals sign to separate just the field
    name and avoid splitting values with equals signs embedded.
    Add explict unix line terminator to avoid line breaks on carriage-returns
    that may be embedding in field values.
    be11fd51