1 Answer
- Newest
- Most votes
- Most comments
3
This seems to be a file encoding issue.
To workaround the issue, please add a new Metadata section
in Transform
step with following details
- Type:
File
- Name:
**/*
- Properties: select
encoding
property - Order: move it to
last
- Update property value to
UTF-8
- Pay attention to the
-
here, if you set the property value toUTF8
it will not works
answered 3 months ago
Relevant content
- asked 24 days ago
- asked a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
Thank you very much, this solved my problem