How to saved the data into excel after using regex exp

Hi, I hae extracted the data and I want to write into excel plz guide
image

@Palaniyappan Plz help :slight_smile:

Buddy can i have yur xaml buddy if possible @balkishan
That could help us solve this easily buddy
Cheers @balkishan

1 Like

Main.xaml (5.7 KB)
project.json (762 Bytes)

Yes please @Palaniyappan

Thanks

Main.xaml (5.7 KB)
project.json (762 Bytes)

No bro, same xmal file I shared with you, Plz check again

Sorry my bad took wrong xaml

No worry :slight_smile:

1 Like

Buddy kindly send in a zipped folder buddy unable to see the activities buddy
both xaml and project.json file altogether in a single zipped folder
image
Cheers @balkishan

1 Like

PdfDataExtractionTest.zip (30.6 KB)

Bro can you tell me this.

1 Like

@Palaniyappan suppose I am extracting the two value one for duration and another rate, so how to use the expression for two value in a match. Or I have to take two diff match activity.

2 Matches work buddy @balkishan

i m not sure about this buddy @balkishan

Okay no problem bro, can you send me the sample for how to save the value in a excel file. For the previous attachment I shared bro. Thank you :slight_smile:

1 Like

Buddy you can write with write cell activity buddy if its of single value been received
if it is of many values obtained from a loop iterating the matched values in matches
then u can use write cell with range alone been incremented with counter like this
in write cell you can mention the range like
“A”+Counter.ToString
where counter is a variable of type integer with default value of 1 (if there is no column) and if there is a column mention with default value of 2
and once after the write cell with this range mentioned use a assign activity to increment the value of counter like this
counter = counter + 1

Thats all buddy you are done
Cheers @balkishan

1 Like

I did like this, so can you tell me what activity to use in the loop statement.

Add Data Row?

@Palaniyappan If I use the Add Data Row, So in the right side property It is asking me for the data table, AddRow and AddArray ?

1 Like

in array row mention like what i suggested previously comment buddy like this
{out_matches(0),out_matches(1),out_matches(2)}

and YES we need to create a datatable with build datatable activity buddy
Cheers @balkishan

1 Like

did that work buddy @balkishan

I am doing that bro

1 Like

I used the activity outside the loop is Build DataTable,
image

Now I have Columns here one is Duration, and second is AED(Rate)

so here bro, can you please let me know can I use two expression in same Match Activity,

Here is First one for Duration and second one for AED(Price).

Right me if I am wrong.