I´m a beginner with KNIME, I have a csv file and in one of the columns I have the sales, I use the Node CSV reader and when the file is in KNIME the sales column has a Type String, then I use the node From String to Number, but it´s not working. In the Console I get this error. The 52,04 is the value of the first row
Values in 403 cells could not be parsed, first error: ’ 52,04’ (RowKey: Row1, Position: 2)
Hi @Jax,
if you have numbers with decimal separator, you need to select “Number (double)” as type in order to allow for decimal numbers.
Kind regards
Alexander