Skip to content

Special/Unicode Characters Not Parsing Properly #110

Answered by jqnatividad
sagargg asked this question in Q&A
Discussion options

You must be logged in to vote

The encoding of the file is not utf-8, that's why qsv input did a lossy-transcoding to utf8.

$ file -I csv.csv
csv.csv: text/plain; charset=iso-8859-1

$ file -I testeuro.csv 
testeuro.csv: text/csv; charset=utf-8

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jqnatividad
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #104 on July 07, 2023 10:24.