I want to extract phrases in a sentence using uipath. How can I extract these phrases?
for example:
I have the following sentence:
“CN/MDY/MCP/2200008 -210,200.00 210,200.00 -22,000.00”
and want to extract like this:
CN/MDY/MCP/2200008
-210,200.00
210,200.00
-22,000.00
If thre is any solution or work around, please let me know. Thanks.
my text string can contain whitespace between phrases like this:
“CN/NPT/MCP/2200001 -25,700.00 -25,700.00 -2,600.00”
How can I extract the data? If there is any solution, please let me know.