We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
file
Non-ISO extended-ASCII text, with CRLF line terminators
There is the tool icconf tool:
icconf
iconv -f ASCII -t utf-8//IGNORE < Raumausstatter_Bilderdatenbank.csv > escaped_file.csv
escaped_file.csv: ASCII text, with CRLF line terminators
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:There is the tool
icconf
tool:Checking the file with
file
gave me the following output:The text was updated successfully, but these errors were encountered: