Exports DynamoDB table into CSV, supports query by hash/sort keys from both table or index, skipping columns and limiting number of entries to export.
Replies
Best
Maker
Developed this simple and free OpenSource CLI tool to allow to export data from DynamoDB table into local CSV file, written in Go.
I could not find the valuable alternative which would be simple to install and use. As well to export in the clear CSV format rather DynamoDB internal format. Plus additional intuitive query and limiting support.
You can install using Go:
$ go get github.com/zshamrock/dynocsv
Or using snap:
$ snap install dynocsv
For the full documentation and parameters, please, check the project's GitHub page: https://github.com/zshamrock/dyn....
Thank you! :)
Replies