Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning,
I am importing a file with a tab-delimited fields.
To do this, I have set the pattern "\ t" but I get an error string.
Exception in component tExtractPositionalFields_1
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString (Unknown Source)
at java.lang.Integer.parseInt (Unknown Source)
at java.lang.Integer.valueOf (Unknown Source)
What sentence I should use?
Thank You!!