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

Strip White Space from Cell Values #215

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. feat(logic): strip white space;

    - Strip white space from cell values when loading into DataStore.
    JVickery-TBS committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0d0dbea View commit details
    Browse the repository at this point in the history
  2. fix(logic): strip white space for load table;

    - Fixed white space stripping for `load_table`.
    JVickery-TBS committed May 7, 2024
    Configuration menu
    Copy the full SHA
    616c948 View commit details
    Browse the repository at this point in the history
  3. fix(logic): strip white space for load table;

    - Fixed white space stripping for `load_table`.
    JVickery-TBS committed May 7, 2024
    Configuration menu
    Copy the full SHA
    860ca9e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix(logic): strip white space;

    - Condition stripping on `str` type.
    JVickery-TBS committed May 8, 2024
    Configuration menu
    Copy the full SHA
    88f96a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341ec1e View commit details
    Browse the repository at this point in the history
  3. fix(tests): new code for tests;

    - Align test with new strip code.
    - Write headers to stream for `load_csv`.
    JVickery-TBS committed May 8, 2024
    Configuration menu
    Copy the full SHA
    21a1ece View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. fix(logic): load csv white space;

    - Extended tabulator stream iterator to strip white space from cell values.
    JVickery-TBS committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a6ab0a0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat(logic): added strip_extra_white info field;

    - Added `strip_extra_white` info field and form fields.
    - Added validator for `strip_extra_white`.
    - Used `strip_extra_white` to control stripping white space.
    JVickery-TBS committed May 14, 2024
    Configuration menu
    Copy the full SHA
    54f87e0 View commit details
    Browse the repository at this point in the history
  2. feat(logic): added strip_extra_white field;

    - Added `strip_extra_white` field and form fields.
    - Used `strip_extra_white` to control stripping white space.
    JVickery-TBS committed May 14, 2024
    Configuration menu
    Copy the full SHA
    50080ea View commit details
    Browse the repository at this point in the history
  3. fix(logic): minor logic fixes;

    - Minor logic fixes for the new `strip_extra_white` field.
    JVickery-TBS committed May 14, 2024
    Configuration menu
    Copy the full SHA
    116c29f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. feat(tests,i18n): updated tests;

    - Updated various tests.
    - Added more gettext.
    JVickery-TBS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    43b9f94 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/strip-white-space

    # Conflicts:
    #	ckanext/xloader/loader.py
    ### RESOLVED.
    JVickery-TBS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    06ee48a View commit details
    Browse the repository at this point in the history
  3. fix(tests,logic): misc fixes;

    - Updated post parser to set empty string type cells to `None` for parody with `load_csv`.
    - Updated some tests for new code.
    - Added check for ckan version `2.11` for the data dictionary form.
    - Updated conditions in `load_csv`.
    JVickery-TBS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c00fb5a View commit details
    Browse the repository at this point in the history
  4. fix(tests,logic): new output and parody;

    - Fixed test for new output with `strip_extra_white`.
    - Fixed CKAN version pardoy of `info` vs `_info` in `update_datastore_info_field` (upstream issue).
    JVickery-TBS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    669930e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix(logic): ckan versioning;

    - DS fields for ckan versions.
    JVickery-TBS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3263bab View commit details
    Browse the repository at this point in the history
  2. fix(logic): ckan versioning;

    - DS fields for ckan versions.
    JVickery-TBS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7cb6a84 View commit details
    Browse the repository at this point in the history
  3. feat(templates,logic): pre-datadictionary implement;

    - Support current versions of CKAN for the DataDictionary form override for `strip_extra_white`.
    - Support current versions of CKAN for existing info before existing data dictionary custom fields.
    JVickery-TBS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf2e939 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat(tests): add coverage;

    - Added test coverage for no strip white extra space.
    JVickery-TBS committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d6de1b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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