Add option for empty cells to be empty string vs null
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
Hi Keith,
That would be possible, but I think it's better to use
ConvertNullTo
as you suggest. I've updated CsvListReader for the next release so it will be possible to execute cell processors separately from reading (feature request 31), which is really the heart of your problem.James
I still think there might be some value to having the option specifically for empty cell handling, but your change certainly solves the problem.
Thanks,
Keith
Not fixing - simple solution is to use ConvertNullTo()