Hello Guys good morning,
I’m manipulating over 16 strings but this is the only one that is not collaborating with me.

“Validade ID Civil : 2022-03-25”


Currently I’m using: Split(item, “:”)(1).ToString. Also I tried some random indexes as well but no joy.
Anyone who can help me understand why this is happening?
Thank you guys!
Srini84
(Srinivas Kadamati)
2
@Andre_Vieira
Check as below for your reference
Hope this may help you
Thanks
1 Like
Still stuck 

Split(item, ":"c)(1).ToString

Srini84
(Srinivas Kadamati)
4
@Andre_Vieira
try as Item.Split(":"c)(1).ToString
Hope this may help you
Thanks
1 Like
Hi @Andre_Vieira ,
Try this
test.xaml (6.1 KB)

1 Like
Hello ermanoj!! 
This is what I’m receiving with your string manipulation

It is better then nothing ahahaha
Dear [Srini84]
With your string manipulation I still crashing the APP

But, many thanks anyway, you’re awesome 
because last index i have passed it as “:”
but seems it’s not coming in your string
1 Like
This is data from a PDF, probably it is something wrong with it. I have to re-check it carefuly
You did a great Job ermanoJ, i will now take a closer look into the data source
1 Like
Amazing!!

By adjusting a little the data structure in the PDF the expected result came in.
But all the merit on you hahahah

1 Like
system
(system)
Closed
13
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.