Hi,
I’m using Get OCR text to get some data from website,
the output is coming as follow
When using split to get each of the following fields, I’m using this
System.Text.RegularExpressions.Regex.Split(Split(clientdetails,“:”)(1).Trim,“\n”)(0)
It’s working fine but I’m always having that “@’ sign before my text even when I scrape the data am getting this sign”@" idk why.
Any help is much appreciated