Hi,
I'm using FP to read fixed length text and I would like to keep a blank value blank and not have it trimmed, like it's actually done in FixedWidthParserUtils.splitFixedText(List, String), line 70 : splitResult.add(tempValue.trim());
Could you add such an option, like {set,get}TrimBlankStrings(boolean) on the net.sf.flatpack.Parser interface ?
Regards,
Jérôme