edasque / DynamoDBtoCSV

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

Use the explicitly defined headers and data form of the unparse function #32

Closed tcchau closed 6 years ago

tcchau commented 6 years ago

in order to render the “dummy” row unnecessary. Otherwise, Papaparse will look at the keys in the first row object of the input array, to determine the headers that will exist in the CSV output