![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I have a problem with the following task. I try to extract the jobs posted on Johnson Controls employment page. There are 2 things that I can’t figure it out. 1. The jobs are extracted correctly but in the wrong cells. Right now they are placed in the cells A1, A3, A5, A7 … instead of A1, A2, A3, A4, …. 2. Instead of getting the description for each job I get the description for the same first job. Apparently the problem is coming from line 13. Thank you, Alex |
| |||
|
Hello Alex, The data extracted in csv file contains one blank row in between and hence the data is not extracted sequentially. You can put If condition inside loop to check for blank value. Also, at line #13 the task clicks on a first job in every iteration and hence the same job details is extracted. You can specify If condition to click on first job link in first iteration only. To extract rest of the job deatils make use of 'Next' link. Alternatively, you can also use 'Patter Base' option of web recorder to get all the Jobs in a CSV file, then read that CSV file to click on each job link and extract the job details into excel. We have attached a sample task for your reference. Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |