I have one question regarding to Rule engine (dictionary).
I use simple Rule engine to mapped data volume to number during some normalization process. Example bellow:
Here is illustrated data volume KiB normalization and it works pretty well. The problem is it works only for one column. How can I specify I wanna mapped column $split_4$ $split_6$ $split_8$ as well? I was thinking about Rule engine (dictionary), but I am not pretty sure if this could work.
thanks for ideas, but I have four columns in my case and I tried to avoid to use four times rule engine node. In your case I have to use more than four nodes (loop start, regex, rule engine, regex, loop end etc.) so it seems like I have to use my solution. Or does anyone have any idea how to simplify it?
Even totally different approach with this normalization?