https://github.com/simenandre/dynamodb-csv-convert
Small CLI-utility to convert AWS Console exported CSV to JSON
https://github.com/simenandre/dynamodb-csv-convert
Last synced: 12 months ago
JSON representation
Small CLI-utility to convert AWS Console exported CSV to JSON
- Host: GitHub
- URL: https://github.com/simenandre/dynamodb-csv-convert
- Owner: simenandre
- Created: 2019-09-18T11:20:50.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T04:54:51.000Z (about 1 year ago)
- Last Synced: 2025-04-30T15:44:10.533Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 598 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dynamodb-csv-convert
CLI-utility to convert DynamoDB CSV exports done in AWS Console
[](https://badge.fury.io/js/dynamodb-csv-convert)
[](https://greenkeeper.io/)
## Usage
This line will convert the file to json.
```bash
$ 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](LICENSE)** Licensed
---