Hi
I have a scenario where there two fields with Filename(String) and Value(Double).
Here Value header name should be updated based on the Filename's data.
Ex., if Filename contains IS_USD then my the other header name of Value should become as USD_Value else
if Filename contains IS_Local then the other header name of Value should become as Local_Value.
Solved! Go to Solution.
Hey @Yogish
You can use the dynamic rename to do this:
If you wanna test, then you can tick or untick the first detour tool and check the output
Hope that helps,
Ollie
Thanks Christina_H, It worked :-)