The way pentaho work regarding integer fields seems to have changed from version 4.4 to 5.2.
In pentaho 4.4 it was possible to read a integer field from a text file input.
If the field looked like this "0 " , pentaho could convert it to integer.
But in pentaho 5.2 I get an error.
couldn't convert String to number : non-numeric character found at position 2 for value [0
Any clue on how to resolv this problem?
In pentaho 4.4 it was possible to read a integer field from a text file input.
If the field looked like this "0 " , pentaho could convert it to integer.
But in pentaho 5.2 I get an error.
couldn't convert String to number : non-numeric character found at position 2 for value [0
Any clue on how to resolv this problem?