Hi,
I'm reading data using the db-connector nodes from a azure sql database. The specific table i'm reading from uses comma's a decimal separators.
However, when reading this data into knime, the decimal separators change into dots. This becomes an issue when I finally want to write the newly created table (I did some k-means clustering on retail customer data) back into my sql database (azure).
There is probably a very trivial solution to my problem but I have not found one yet.
Thanks