Since I need empty tokens to read either as empty string or null, I decided to use the apache commons lang StrTokenizer
But I am still not able to get the empty string. I know I need to set the setEmptyTokenAsNull method before I tokenize. But how can I do that? Please help.
tok = new StrTokenizer(line,",");
tok.setEmptyTokenAsNull(true);
Got it!! Used tok.setIgnoreEmptyTokens(false); instead!!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With