danishi / dynamodb-csv

A utility that allows CSV import / export to DynamoDB on the command line
https://danishi.github.io/dynamodb-csv/
MIT License
19 stars 4 forks source link

New feature delimiter option #218

Closed danishi closed 1 month ago

danishi commented 1 month ago

New feature delimiter option

Description

Compatible with #216 It is now possible to set delimiters for CSV_SPEC.

[DELIMITER_OPTION]
DelimiterCharacter=|

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I ran the test locally

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.56%. Comparing base (5581898) to head (20f2e88). Report is 93 commits behind head on master.

Files Patch % Lines
app/dynamodb/csv_export.py 85.71% 1 Missing :warning:
app/dynamodb/csv_import.py 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #218 +/- ## ========================================== - Coverage 71.63% 71.56% -0.08% ========================================== Files 12 12 Lines 409 415 +6 ========================================== + Hits 293 297 +4 - Misses 116 118 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.