dynamodb-csv-convert

2.0.3 • Public • Published

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


/dynamodb-csv-convert/

    Package Sidebar

    Install

    npm i dynamodb-csv-convert

    Weekly Downloads

    6

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    3.48 kB

    Total Files

    4

    Last publish

    Collaborators

    • simenandre