I have the following case.
We download a csv file from Jira. After that we open this in excel an convert it to an xlsx and replace financial figures thousend from “.” to “,”. This is hard to do in excel.
So my question is how I can do this without lossing data quality of my figures.
@Asensio_Dias you can switch . (dot) and , (comma) with knime nodes. If you have to change them you might have to use an ‘intermediate’ placeholder to not confuse the system.
@mlauber71
Thank you for your feedback.
The problem is I´ve to transform a lot of columns with his values from dot to comma. And here I´m not sure if this works.
Because the figures and values, must not change except that decimals and thousands are converted with a comma instead of a dot.
I tried it even with a python script but not with desired success.
The challenge here is that from the tool where I download the file is in american values format, so when I apply the String to Number, ich have figures like 1,0E-6 und this kind of transformation isn´t correct.
yes correct, the format is diffrent between the german finance format.
Here are some created example data´s.
What I did in the past is:
I opened in Exel on the top “Data” → “from text csv”-> then a window poped up a new window, where I selected in “data type detection” → “Do not determine data type”
After that I copied the data in a second sheet with copy past just with value.
Afterwards I mark all relevant columns an replace “.” with “,” → save as Xlsx file.
That the whole process and then I start to use this xlsx for my knime transformations.
Maybe this large explanation help here to build a easier and full workflow in Knime.
Now you can work with the Data in KNIME or export directly to Excel. The “german notation” with “,” as decimal delimiter is done in excel automatically