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

feat: add module csv2xml to convert tabular data to DSP-XML (DEV-134) #219

Merged
merged 36 commits into from Sep 6, 2022

Commits on Aug 18, 2022

  1. tests: remove unused stuff

    jnussbaum committed Aug 18, 2022
    Copy the full SHA
    1f31f51 View commit details
    Browse the repository at this point in the history
  2. add csv2xml, write docs

    jnussbaum committed Aug 18, 2022
    Copy the full SHA
    4fb26c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. continue unittests

    jnussbaum committed Aug 19, 2022
    Copy the full SHA
    8fbc6a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Copy the full SHA
    08061dd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. improve docstring

    jnussbaum committed Aug 23, 2022
    Copy the full SHA
    b34329b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2cf691 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bace4b3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6351c33 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. improve make_boolean_prop

    jnussbaum committed Aug 24, 2022
    Copy the full SHA
    c210c53 View commit details
    Browse the repository at this point in the history
  2. repair tests

    jnussbaum committed Aug 24, 2022
    Copy the full SHA
    91bda19 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e231c43 View commit details
    Browse the repository at this point in the history
  4. automatize test cases

    jnussbaum committed Aug 24, 2022
    Copy the full SHA
    31caa52 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. refactor tests

    jnussbaum committed Aug 25, 2022
    Copy the full SHA
    01558a6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0804ac9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. edit

    jnussbaum committed Aug 26, 2022
    Copy the full SHA
    f9e3439 View commit details
    Browse the repository at this point in the history
  2. edit

    jnussbaum committed Aug 26, 2022
    Copy the full SHA
    35c12f5 View commit details
    Browse the repository at this point in the history
  3. edit

    jnussbaum committed Aug 26, 2022
    Copy the full SHA
    6f7d9da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. edit

    jnussbaum committed Aug 30, 2022
    Copy the full SHA
    d6ef16b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11f3bfb View commit details
    Browse the repository at this point in the history
  3. pipenv install regex, xlrd

    jnussbaum committed Aug 30, 2022
    Copy the full SHA
    dd4fc92 View commit details
    Browse the repository at this point in the history
  4. edit

    jnussbaum committed Aug 30, 2022
    Copy the full SHA
    6bc8607 View commit details
    Browse the repository at this point in the history
  5. edit

    jnussbaum committed Aug 30, 2022
    Copy the full SHA
    b2cca7d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9ccd5a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. improvements

    jnussbaum committed Aug 31, 2022
    Copy the full SHA
    6bf42e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86feec8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6fc3396 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0f25bbb View commit details
    Browse the repository at this point in the history
  5. remove unnecessary comment

    use uuid instead of hash
    jnussbaum committed Aug 31, 2022
    Copy the full SHA
    0351ba8 View commit details
    Browse the repository at this point in the history
  6. apply feedback

    jnussbaum committed Aug 31, 2022
    Copy the full SHA
    bc36773 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. apply feedback

    jnussbaum committed Sep 1, 2022
    Copy the full SHA
    b06297b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    jnussbaum and irinaschubert committed Sep 1, 2022
    Copy the full SHA
    fd29e89 View commit details
    Browse the repository at this point in the history
  3. apply reviewer's feedback

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    jnussbaum and irinaschubert committed Sep 1, 2022
    Copy the full SHA
    ad4f0b2 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    jnussbaum and irinaschubert committed Sep 1, 2022
    Copy the full SHA
    8b53d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    e38d909 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. improve regex for URI

    jnussbaum committed Sep 5, 2022
    Copy the full SHA
    afc2e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. improve docs

    jnussbaum committed Sep 6, 2022
    Copy the full SHA
    0fdd043 View commit details
    Browse the repository at this point in the history