Skip to content

fix: CSV reader now respects custom delimiter; add CHANGELOG and missing validate CLI tests#15

Merged
Coding-Dev-Tools merged 1 commit into
masterfrom
Openclaw/datamorph/fix-csv-delimiter-add-changelog
May 18, 2026
Merged

fix: CSV reader now respects custom delimiter; add CHANGELOG and missing validate CLI tests#15
Coding-Dev-Tools merged 1 commit into
masterfrom
Openclaw/datamorph/fix-csv-delimiter-add-changelog

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner
  • CsvReader accepts delimiter parameter (pipe, tab, etc.)
  • convert() passes delimiter to reader when input is CSV
  • get_reader() accepts **kwargs for reader constructor params
  • Fix false-positive test_csv_with_custom_delimiter (was not actually
    validating pipe-delimited reads)
  • Add test_csv_custom_delimiter_roundtrip for read→write→read cycle
  • Add CLI tests for validate --format and validate --format --schema
  • Add CHANGELOG.md with v0.1.0 and v0.1.1 entries

…ing validate CLI tests

- CsvReader accepts delimiter parameter (pipe, tab, etc.)
- convert() passes delimiter to reader when input is CSV
- get_reader() accepts **kwargs for reader constructor params
- Fix false-positive test_csv_with_custom_delimiter (was not actually
  validating pipe-delimited reads)
- Add test_csv_custom_delimiter_roundtrip for read→write→read cycle
- Add CLI tests for validate --format and validate --format --schema
- Add CHANGELOG.md with v0.1.0 and v0.1.1 entries
@Coding-Dev-Tools Coding-Dev-Tools merged commit 3321bf8 into master May 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant