Hi, I hae extracted the data and I want to write into excel plz guide
@Palaniyappan Plz help
Hi, I hae extracted the data and I want to write into excel plz guide
@Palaniyappan Plz help
Buddy can i have yur xaml buddy if possible @balkishan
That could help us solve this easily buddy
Cheers @balkishan
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
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
Cheers @balkishan
PdfDataExtractionTest.zip (30.6 KB)
Bro can you tell me this.
@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
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
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 ?
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
did that work buddy @balkishan
I am doing that bro
I used the activity outside the loop is Build DataTable,
Now I have Columns here one is Duration, and second is AED(Rate)