Regex to extract net

im trying to extract the net fee only how can i do that

Can you share the text for applying Regex

hi @hasib08 net.txt (1.0 KB)

plz find the attachment

Refer this

Hi @Tharusha_Fernando

Try to convert the text into datatable using generate datatable activity and store in dt1

Then use the below formula

dt1.Rows(3)(6).ToString

2 Likes

some times their are positive values on the net field

like 435354 56685

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.