Export to GitHub

csvfix - issue #25

Don't create output file if error occured - UTF-8 problem


Posted on Jul 14, 2010 by Grumpy Giraffe

What steps will reproduce the problem?

in.csv: bec,ś,ć as,ss.s,as

CSVFix edit -e "s/[.]//g" -f 2 -o out.csv in.csv ERROR: Character value 197 too big

What is the expected output? Don't create any file.

What do you see instead? out.csv file with 0 size.

What version of the product are you using? On what operating system? 0.96, Windows 7

Please provide any additional information below. Problem with handling UTF-8.

Cheers

Comment #1

Posted on Jul 14, 2010 by Grumpy Giraffe

If in.csv: as,ss.s,as bec,ś,ć er,rr.r,er

Then out.csv: "as","sss","as"

If error occurred don't create any file, please.

Cheers

Comment #2

Posted on Jul 30, 2010 by Happy Hippo

CSVfix doees not support UTF8. No plans to change this.

Status: WontFix

Labels:
Type-Defect Priority-Medium