Regarding DeriveFields
Hi Team,
How can I use DeriveFields on an infotable? I have an infotable as shown below.
| col1 | col2 |
| test | name.hai |
| test2 | name.hello |
| test3 | name.hai |
| test4 | name.hello |
| test5 | hello |
I want new infotable to me without the string "name." in the col2 field. The new col2 should have hai , hello only.
Regards,

