如何使用以 S3 为目标的 AWS DMS 保留列名?
How to keep column names using AWS DMS with S3 as a target?
使用 AWS DMS 完全加载后,CSV 文件不包含列名,如何将列名保留为 CSV 文件的一部分?
要保留列名,您需要在目标端点中添加一个额外的属性:
addColumnName=true;
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html
使用 AWS DMS 完全加载后,CSV 文件不包含列名,如何将列名保留为 CSV 文件的一部分?
要保留列名,您需要在目标端点中添加一个额外的属性:
addColumnName=true;
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html