Hi Community,
I'm working on a report for my job and need some guidance. Here's the process and logic I'm following, as shown in the screenshot below:
- List of IDs: I have a list of IDs.
- SQL Database Connection: I connect to an SQL database to find these IDs using a join.
- XML Links: Each ID has a unique XML link containing the necessary information.
- Extract Information: I extract the information from each XML link and convert it to a table-like format.
I have no issue completing the step 3 to step 4, where I convert the XML data to a table-like format. However, I'm struggling with step 2 to step 3, particularly accessing the XML links.
For example, if I have 100 IDs, I want to convert all 100 XML links to the table format in step 4. Any advice on how to access and process these XML links efficiently, any approach of how to make this happen?
I hope it is clear, thank you for your help!
