Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding problem with csv file [Idea for blog-post] #10

Open
wikimatze opened this issue Mar 8, 2016 · 0 comments
Open

Encoding problem with csv file [Idea for blog-post] #10

wikimatze opened this issue Mar 8, 2016 · 0 comments

Comments

@wikimatze
Copy link
Owner

Got a CSV from windows with the following content:

ssen<81>berdachung ;;),
477508;2;2;6518;0;Terrassen<81>berdachung ;;),
477509;2;2;6518;0;Terrassen<81>berdachung ;;),
477510;2;2;6518;0;Terrassen<81>berdachung ;;),
477511;2;2;6518;0;Terrassen<81>berdachung ;;),
477513;2;2;6518;0;Terrassen<81>berdachung ;;),

Checking the file with file gave me the following output:

Non-ISO extended-ASCII text, with CRLF line terminators

There is the tool icconf tool:

iconv -f ASCII -t utf-8//IGNORE < Raumausstatter_Bilderdatenbank.csv > escaped_file.csv

Checking the file with file gave me the following output:

escaped_file.csv: ASCII text, with CRLF line terminators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant