Hello,
I am looking help on building a logic to filter based on Right_ prefix
I have a transposed a dataset which was joined earlier.
Need to separate normal names and Right_(Names)
So want to build a filter which does the same:
A
Right_A
B
Right_B
71_ABC
Right_71_ABC
Just an example that after Right_ it can be alphabets or number too or a combination of number and string like 71_ABC.
Thanks