Get full text reading word hidden control characters

i am using get full text activity to read string from a word file

After switching my project from legacy to windows, the get full text activity is now getting special characters

i have the ignorehidden option enabled

here is what my text looks like:

image

here is what the get full text is scraping:

image

how can i work around this?

thanks

@adext

if you want only the expected string form the output

Use assign

newvariable=system.text.regularexpression.regex.match(Getfulltextoutput,“\d+”).value

cheers

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