Description
I am setting the option ConvertBlankToNullAttrs=NullValue in my csv config, but empty value in the CVS are not getting set to NullAtrribute dynamo type on import.
Expected behavior
Expect NullAttribute for all empty values
pip version
pip 24.1.1
Python version
3.10
OS
macOS Sequoia 15.1.1
How to Reproduce
Get package from GitHub
Setup csv config
run import command $ dynamodb-csv -i -t myTable -f myCsvFile.csv --ignore --profile myAwsProfile
Output
No response
Code of Conduct
Description
I am setting the option
ConvertBlankToNullAttrs=NullValuein my csv config, but empty value in the CVS are not getting set to NullAtrribute dynamo type on import.Expected behavior
Expect NullAttribute for all empty values
pip version
pip 24.1.1
Python version
3.10
OS
macOS Sequoia 15.1.1
How to Reproduce
Get package from GitHub
Setup csv config
run import command $ dynamodb-csv -i -t myTable -f myCsvFile.csv --ignore --profile myAwsProfile
Output
No response
Code of Conduct