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

Fix VersionConverter encoding issue #296

Merged
merged 7 commits into from
Jul 25, 2018

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    3a21f0f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. [tools/xmlparser] Fix from_csv single str val read

    Closes G-Node#295
    
    When reading a single string value from csv
    which is containing commata, make sure,
    that it still remains a single string value
    and is not split up into a multi value at
    the comma positions.
    mpsonntag committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    eed09df View commit details
    Browse the repository at this point in the history
  2. [tools/xmlparser] Strip ws and quotes on to_csv

    When writing multiple values to csv make sure
    that whitespaces and carriage return linefeeds
    as well as quotation marks that have been
    added by the csv writer are removed before
    returning the csv string.
    mpsonntag committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9fa62d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e134aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40bc156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35161bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a4fbb View commit details
    Browse the repository at this point in the history