Page 2 of 2

Re: compare : Excel data and those PDF

Posted: Thu Apr 16, 2015 1:36 pm
by odklizec
At which step exactly it fails (I assume during second iteration)?

The problem with debugging your project is the "hardcoded" dependency on French system, which means the project you posted must be first optimized to make it runnable on English OS. And I'm afraid, I can't spent too much time with this. Maybe support guys or someone else will be able to help you more?

Re: compare : Excel data and those PDF

Posted: Thu Apr 16, 2015 1:48 pm
by denatora971
Yes, absolutely, during the second iteration,Index does not increment the second iteration, it remains frozen at @ index = '2'.

picture illustration join.

Re: compare : Excel data and those PDF

Posted: Fri Apr 17, 2015 5:02 pm
by Support Team
Hi denatora971,

What index should increment, the index of the row 2?
If so, you need to make the index "data driven", since as the repository item is, it is static and just addresses the cells of row 2. The same holds for the cells, currently they just address the cells of row 2.

I think here is not the best place to address your specific project related problem, would it be possible to schedule a remote session to discuss this? I think this would be much easier.
If so, please send an email to [email protected] with a link to this forum thread.

Thanks,
Markus

Re: compare : Excel data and those PDF

Posted: Tue Apr 28, 2015 9:23 am
by denatora971
Hello with pleasure, but for next time,
I solved my problem,
The solution is not very professional but solves my problem,

Basically what I do is:
Iteration 1, I filled my data in line 2 (cell A2, B2 cell, cell c2, ...)
I do a ctrl + Add (Insert line), my data "iteration 1" pass line 3 (cell A3, B3 cell, cell C3, ...)
My line 2, so there is no value and ready to receive data "Iteration 2"
Once iteration 2 over, I do the same thing "ctrl + Add" my data "Iteration 2" pass line 3 (cell A3, B3 cell, cell C3, ...)
My line 3, so there is no value and ready to receive data "iteration 3"

My automation makes it work properly,
thank you,