edasque / DynamoDBtoCSV

Dump DynamoDB data into a CSV file
Apache License 2.0
470 stars 152 forks source link

Add option to write a file #50

Closed andarilhoz closed 5 years ago

andarilhoz commented 5 years ago

The only way to save data currently is using the ">" operator. that on the bash causes to write all log data to the desired file, but with that, we can't have access to any kind of possible progress (or even in my case, losing char encoding), it would be great to have an fs function to write a file, at given name in options.

I could do a PR with this change.

edasque commented 5 years ago

I’d love to see a PR for this