Hi all. I have a V string data that contains account numbers in numeric and alphanumeric form as well as some other details. I need to extract only true accounts. I have attached the input and desired output. Please help.
Solved! Go to Solution.
Hi @SCK I mocked up a workflow that produces the output you describe. Let me know what you think?
Hi @SCK ,
As per the requirement you want to extract records which has numeric elements.
Here is how to do. Use below pattern in Regex tool in Match config.
.*\d.*
Output:
Workflow:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind😀👍
Both worked perfectly fine. Specially @JosephSerpis because it did not restrict to elims only. Thank you so much for your help. Really appreciate both of you..
Thank you again 🙂
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |