Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dynamodb-csv-convert

simenandre45MIT2.0.3

CLI-utility to convert DynamoDB CSV exports done in AWS Console

dynamodb, csv, convert, json, dynamodb-to-json, dynamodb-csv-to-json, csv-to-json

readme

dynamodb-csv-convert

CLI-utility to convert DynamoDB CSV exports done in AWS Console

npm version Greenkeeper badge

Usage

This line will convert the file to json.

$ npx dynamodb-csv-convert file.csv > file.json

Please don't use this tool to do backups…

And here is why. This tool is just for simple stuff – it's designed to be a small CLI utility to quickly convert those pesky (S), (SS), etc to a valid JSON document. However, this utility does not support the whole typeset that can be exported; thus, you'll have issues if you needed to convert this for any real things.

This tool does not support; BS, NS, SS

License

MIT Licensed