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

Request for text encoding support #8

Open
mkismy opened this issue Oct 23, 2024 · 1 comment
Open

Request for text encoding support #8

mkismy opened this issue Oct 23, 2024 · 1 comment

Comments

@mkismy
Copy link

mkismy commented Oct 23, 2024

When I try to open csv file created in "Shift JIS", or encoding="cp932" when specifying in python, the error below is shown.

I guess files that are not created in utf8 is currently not supported so I'm filing a feature request for text encoding.

Invalid Input Error: CSV Error on Line: 1
Invalid unicode (byte sequence mismatch) detected.

Possible Solution: Enable ignore errors (ignore_errors=true) to skip this row

file=/Users/user/FILE.CSV
delimiter = , (Auto-Detected)
quote = " (Auto-Detected)
escape = \0 (Auto-Detected)
new_line = Single-Line File (Auto-Detected)
header = false (Auto-Detected)
skip_rows = 0 (Auto-Detected)
comment = \0 (Auto-Detected)
date_format =  (Auto-Detected)
timestamp_format =  (Auto-Detected)
null_padding=0
sample_size=20480
ignore_errors=false
all_varchar=0
@huyphams
Copy link

Thanks @mkismy we should have added the encoding option in custom import.

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

2 participants