Hi all,
I am seeking an advice on how to make my BATCH MACRO work.
I am downloading public information from the Companies house in my country.
The HTML is always the same with only one variable when showing information for a different company.
Example:
Company A: ......//or.justice.cz/ias/ui/rejstrik-firma.vysledky?subjektId=664507&typ=PLATNY
Company B: ......//or.justice.cz/ias/ui/rejstrik-firma.vysledky?subjektId=545255&typ=PLATNY
My plan is to actually create a database whereby downloading information of all companies on this website, hence, every single combination of the figure in bold above.
How I go around?
I have one input excel file with all combinations of this html address where each line represents information about one company.
As there is specific parsing process involved, I must use a BATCH MACRO to always run the instance using one HTML address at once with BATCH MACRO simply appending each newly scraped instance in output excel file. (note - it is excel now with my example of few companies but once functional, output will be a database).
I built the Alteryx macro workflow as well as standard workflow where the macro is used but it does not seem to be working (i.e. always downloads information only about the first company in the input list).
(please find the standard workflow and macro attached)
Can anybody help me to figure out why the BATCH MACRO is not working?
Many thanks in advance,
Radek