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

Quote all first characters the Dataverse cannot handle #272

Merged
merged 2 commits into from
Mar 17, 2023

Commits on Mar 17, 2023

  1. quote all forbidden first chars for dataverse

    Datavers has the peculiar habit of removing
    leading '.', '-', and ' ' from file names.
    This commit ensures that all three characters
    are escaped, if they are at the start of a
    file name. Previously only "." was escaped.
    christian-monch committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1d8c9a9 View commit details
    Browse the repository at this point in the history
  2. add name mangling tests against dataverse instance

    This PR adds tests that use "difficult" names in
    combination with a real dataverse instance
    christian-monch committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    699f6cf View commit details
    Browse the repository at this point in the history