Loading JSON data to AWS Redshift results in NULL values

前端 未结 3 1036
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-17 17:14

I am trying to perform a load/copy operation to import data from JSON files in an S3 bucket directly to Redshift. The COPY operation succeeds, and after the COPY, the table

3条回答
  •  一向
    一向 (楼主)
    2020-12-17 17:34

    For cases when JSON data objects don't correspond directly to column names you can use a JSONPaths file to map the JSON elements to columns as mentioned by TimZ and described here

提交回复
热议问题