https://bugs.kde.org/show_bug.cgi?id=236125





--- Comment #2 from Ken West <ken west citybibleforum org>  2010-05-08 04:20:18 
---
Thanks, Tobias!

Until 4.5 hits the streets, the following shell command will work around the
issue by translating NULL fields into empty string fields ('input-null.csv' and
'input-empty.csv' respectively) ...

sed "s/,,/,\"\",/g" input-null.csv | sed "s/,,/,\"\",/g" - > input-empty.csv

Ken

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to