ThankYou @pllo2ptk For now I’ve made something like this. I’ve put every number into an array and put the assign into a forEach.
@AshwinS2 I’ve tried this. But my problem in the real case is that I have one name and one date in 2 columns:
John Miller 03-03-19
The first column is very small and when I’ve read the line I get this:
John Mil0le3r-03-19
In this case I don’t know how to use matches to take just the date or just the name. So For now i’m using this array To erase any letter to have the name and later the same array to have the date:
ForEach Letter = {“A”,“B”,“C”,“D”,“E”,“F”,“G”,“H”,“I”,“J”,“K”,“L”,“M”,“N”,“Ñ”,“O”,“P”,“Q”,“R”,“S”,“T”,“U”,“V”,“W”,“X”,“Y”,“Z”}
hey you can do one thing while finding the regex with numbers \d{2}-\d{2}-\d{2} like this values you will get so based on that you can loop the data and strarray.replace(item,“”)
@KevinDS Have you set the value to True in Preserve Formatting Property of Read PDF Text and Checked if the Value you want to Extract is in a Proper Format?