Clean junk text from get text activity output


Hello,
Please see the images shared.

The get text activity is extracting information with junk text and sometimes only information. Whenever it extracts information with junk text it should remove it else keep it as it is. One image is showing junk text and other data required

Please suggest. Thanks

@garima.sriv12,

How your web or application looks like which you are extracting the text?

Also best practice would be getting each desired field individually that would be more reliable and quicker approach.

@garima.sriv12

Can you share your input and output

share your text with junk text, and show what exact you are expecting.

meanwhile you can try with regex as well

System.Text.RegularExpressions.Regex.Replace(yourstringvar,“providepattern”,“”) like this

@garima.sriv12

  1. From where the data is extracted?
  2. if web then choose extracting from each field separately
  3. if pdf you can use DU tog et required data

cheers