Add json data to csv file in lambda nodejs from S3 (using json2csv)

后端 未结 0 1334
闹比i
闹比i 2021-01-03 04:38

I have some json data that i want to append to a csv file in S3 with the same schema (column headers).

This is my approach:

const originalCsv = await s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题