我在S3存储桶中有一个文本文件,我想使用它来创建动态框架。行看起来像这样:
“ 0001”“ aaaa”
具有两列的简单文件。我只想制作一个动态框架,其中包含两列各自的值。如何从动态框架中排除引号?
尝试使用format = csv及其格式选项,如https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html所述>
仅当两个值之间只有一个字符时,此选项才有效。该字符应为separator
创建动态框架的方法:glueContext.create_dynamic_frame_from_options()