简体   繁体   English

使用AWS Glue将JSON文件写入S3存储桶

[英]Using AWS Glue to write a JSON file to an S3 bucket

I am trying to use AWS glue to read in a CSV file, run some transformation and then write the new file out as a JSON file to an S3 bucket. 我正在尝试使用AWS胶水读取CSV文件,进行一些转换,然后将新文件作为JSON文件写到S3存储桶中。 I seem to get a load of files - not in JSON ? 我似乎有很多文件-不是JSON吗? Any ideas. 有任何想法吗。

Check the target location console and have your Compression type as None . 检查目标位置控制台,并将您的压缩类型设置None This might work. 这可能有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 AWS Glue 从 S3 存储桶合并 CSV 文件并将其保存回 S3 - How to merge CSV file from S3 bucket and save it back into S3 using AWS Glue 如何使用 Glue 作业将 JSON 从 s3 转换为 CSV 文件并将其保存在同一个 s3 存储桶中 - How to convert JSON to CSV file from s3 and save it in same s3 bucket using Glue job 使用S3将JSON文件放入AWS存储桶 - PUT JSON file to AWS bucket using S3 AWS Glue python 作业限制写入 S3 存储桶的数据量? - AWS Glue python job limits the data amount to write in S3 bucket? 如何使用 AWS GLUE 对 S3 CSV 文件进行排序 - How to sort S3 CSV File using AWS GLUE 从 S3 解压缩文件并将其写回 S3 的 AWS Glue 作业 - AWS Glue job to unzip a file from S3 and write it back to S3 AWS Glue-如何 output 只有 1 个 s3 存储桶中的最新文件 - AWS Glue- How to output only 1 latest file in s3 bucket 将文件上传到 S3 存储桶后,AWS Glue Crawler 的基于事件的触发器? - Event based trigger of AWS Glue Crawler after a file is uploaded into a S3 Bucket? 使用AWS Kinesis Firehose写入S3存储桶中的特定文件夹 - Write to a specific folder in S3 bucket using AWS Kinesis Firehose AWS Glue-读取S3存储桶中的所有对象 - AWS Glue - Read all objects in S3 bucket
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM