linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
147 stars 30 forks source link

Encoding #837

Closed VranekPavel closed 3 years ago

VranekPavel commented 3 years ago

Component Tabular doesn't decode files with encoding UTF-8 BOM correctly. I had problem with this file.

jakubklimek commented 3 years ago

@VranekPavel I tried to replicate the problem in this pipeline. What exactly seems to be the problem?

Of course, UTF-8 BOM is not a valid CSV encoding, so I would not be surprised if there were problems. On the other hand, I would expect BOM to manifest at most as extra characters in the first header column, which, in this case, it does not.

VranekPavel commented 3 years ago

Well, it seems to me that predicats are not decoded correctly, which is just small inconvenience, but, based on your reply, it seems that it should be this way.

So I gonna close this issue. Thank you for your effort, LinkedPipes is good tool.