In row121 (row122 in excel) there is a letter - “l” - before the number. This is why The String To Number Node wasn’t working. This is the only Letter I found in the column - see the output of String Manipulation Node Find letter.
Depending on your needs you might want to strip out all letter in the column no matter what. if you do look in the String Manipulation Node replace letters with “”.
There are some rows with have a missing value e.g. row39. Depending on your needs you can replace that missing value with something else using the Missing Value node. I have just set up the node to replace all missing values with -1, but, this node can do much more.
I tried multiple times in different ways to get the String to number node to add “.” as a thousand separator and could not. I also looked and other nodes.
Hope this helps
Frank
One more thing, If you do find out how to make a thousand separator a “.” please could you let me know.
Just a tip here… you are talking about location settings, so knime have this configuration too to be make as US system or you can set for your location. You can manipulate it too as you wish, but I think more comfortable if you set as your needs.
At File > Preferences > Prefrerence topic, you will find the render option for basic settings and advanced ones.
Althought some nodes as Date&Time to string can convert the date format for your local language, it’ll works as normally (us) mark. The result can be exported as you need.
If I was to change the preferences would that change be universal? e.g. would it change across every Workspace, Or could I have a work space for Brazil and one for Germany and one for anything else I desire etc?
Hi,
Generally, preferences are per-workspace, except the proxy settings. So I would assume different renderer settings could be used by switching workspaces. However, be aware that this is just the renderer. I do not think that it also applies to the default number parsing configuration in nodes like String to Number.
Kind regards,
Alexander