I have a dataset and I want to remvoe the prefix of it
Input:
I want to replace Input_ from PY
output:
Hey @Sshasnk you can do that using the Replace() function within an expression in the Dynamic Rename tool:
Replace([_CurrentField_],'Input_','PY ')
@Sshasnk One way of doing this