I am trying to export my DynamoDB data as a .CSV file to S3. I've used;
{
"id" : "DynamoDBDataType",
"type" : "CSV",
"column" : [
"Name GsaDynamoDBDataType",
"Score INT",
"DateOfBirth TIMESTAMP"
]
}
and associated it with the s3 bucket to write to;
{
"directoryPath": "#{myOutputS3Loc}/#{format(@scheduledStartTime, 'YYYY-MM-dd-HH-mm-ss')}",
"name": "S3BackupLocation",
"id": "S3BackupLocation",
"type": "S3DataNode",
"dataFormat": {
"ref": "DynamoDBDataType"
}
}
Any ideas?
Aucun commentaire:
Enregistrer un commentaire