ParseBoolean will cause an exception if trueValue and falseValue are...
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
Hi,
The default ParseBool should support T/F already, but regarding the lowercase issue..
This isn't a bug - it's the documented behaviour. If you read the javadoc for ParseBool it says:
I'll change this ticket to a feature request - maybe the default constructor should use all permutations (t/T/f/F/etc) and not convert the input to lowercase. I guess the only reason it hasn't changed is to provide backwards-compatibility.
Ticket moved from /p/supercsv/bugs/48/