String Manipulation "Date"

Hello Guys good morning,

I’m manipulating over 16 strings but this is the only one that is not collaborating with me.

image

“Validade ID Civil : 2022-03-25”

image

image

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!

@Andre_Vieira

Check as below for your reference

Hope this may help you

Thanks

1 Like

Still stuck :confused:

image

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

image

@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)

image

1 Like

Hello ermanoj!! :smiley:

This is what I’m receiving with your string manipulation

image

It is better then nothing ahahaha

Dear [Srini84]

With your string manipulation I still crashing the APP

image

But, many thanks anyway, you’re awesome :smiley:

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

it’s working see

1 Like

You did a great Job ermanoJ, i will now take a closer look into the data source

1 Like

Amazing!!

image

By adjusting a little the data structure in the PDF the expected result came in.

But all the merit on you hahahah

image

1 Like

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