The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"set a parameterWeb Crawler"
Hi everyone,
I have question about the operator WebCrawler. Is it possible to use the result of a Read Excel to set some parameter into Web Crawler.
For example, is it possible to make a loop wich each adress on an excel file in one column and then make a web crawl on it ?
Sincerly,
Ju
I have question about the operator WebCrawler. Is it possible to use the result of a Read Excel to set some parameter into Web Crawler.
For example, is it possible to make a loop wich each adress on an excel file in one column and then make a web crawl on it ?
Sincerly,
Ju
Tagged:
0
Answers
you can use the Loop Values operator to iterate the different values in an example set that contains e.g. the links. Then in the operators inside the loop you can access the current value with the iteration macro. By default it is called loop_value and can be accessed with the syntax %{loop_value} in any parameter of any of the operators.
See the attached process for an example. In your case you would load the Excel sheet with the Read Excel operator instead of using Generate Data.
Best regards,
Marius