Hi community,
I would like to split the amount and currency from the data below and would like to use the regex tool to split it.
Input
1. 12,000.00 EUR
2. SG 900.00
3. $ 123,00,00.00
Output
Data 1 Data 2
1. 12,000.00 EUR
2. SG 900.00
3. $ 123,00,00.00
Thank you.
@SH_94 I would use regex with method set to parse with the following expression, I've also attached a workflow for reference, please let me know how you get on.
(.+)\s(.+)