Israel Gómez created BEAM-7826:
----------------------------------
Summary: Problem loading ISO-8859-1 into BigQuery using DataFlow
Key: BEAM-7826
URL: https://issues.apache.org/jira/browse/BEAM-7826
Project: Beam
Issue Type: Bug
Components: io-java-text
Affects Versions: 2.8.0
Reporter: Israel Gómez
Hi all,
I'm trying to load an ISO-8859-1 file into BigQuery using DataFlow. I've built
a template with Apache Beam Java. Everything works well but when I check the
content of the Bigquery table I see that some characters like 'ñ' or accents
'á','é', etc. haven't been stored propertly, they have been stored as �.
I've tried several charset changing before write into BigQuery. Also, I've
created a special ISOCoder passed to the pipeline using the method setCoder(),
but nothing works.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)