Unable to perform reasonable convertation from string to double

Hey everyone!

I`ve just created csv reader to get some csv data from file. My problem is in double column which should be string.

So, as I understand correctly, I need perform one of following:

1) Disable auto formatting for columns in csv reader (I think it`s not possible);

2) Somehow I need to convert wrong column type to string WITHOUT any formatting like in "number to string" and "round double" node. I mean if I have 0.01 in double, I want to see strictly same value in string "0.01".

Java snippet and others are not acceptable due to dynamicly changing of table specs.

Thanks.

Data example in attach.

 

Hi,

if you use the File Reader, you can select that the column should be read as string, by changing the column settings.

Best, Iris