Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi bug fixes for CSV parsing #5388

Merged
merged 7 commits into from
Mar 24, 2021
Merged

multi bug fixes for CSV parsing #5388

merged 7 commits into from
Mar 24, 2021

Commits on Mar 22, 2021

  1. multi bug fixes for CSV parsing

    Sebastien Poirier committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    81b9d49 View commit details
    Browse the repository at this point in the history
  2. improve handling of escape char and double quotes in both setup for d…

    …etection and during parsing
    Sebastien Poirier committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f78ad5f View commit details
    Browse the repository at this point in the history
  3. revert client changes, now in branch seb_pubdev-7995-client

    Sebastien Poirier committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2a22968 View commit details
    Browse the repository at this point in the history
  4. ensure that TestUtil parser use double quotes by default (actual defa…

    …ult)
    Sebastien Poirier committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6f33739 View commit details
    Browse the repository at this point in the history
  5. revert client changes after bad rebase

    Sebastien Poirier committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0d929ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. added test for escape char

    Sebastien Poirier committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e0a2b2d View commit details
    Browse the repository at this point in the history
  2. added unit test for escape char

    Sebastien Poirier committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    fd43e46 View commit details
    Browse the repository at this point in the history