truongleswe / export-dynamodb

Export Amazon DynamoDb to CSV or JSON
GNU General Public License v3.0
52 stars 9 forks source link

Add parameters for delimiter and quotechar on csv #13

Open Alexsandr0x opened 5 years ago

Alexsandr0x commented 5 years ago

Recently I discovered this script and it turned to be very useful in my daily works.

I made a little change to enable me change delimiter and quotechar in case of csv conversion.

Idk if is a welcome enhancement but since I already use on my daily work why not make the PR?

truongleswe commented 4 years ago

Thanks @Alexsandr0x ! This looks good to me. I'll merge this PR after test it.