Question

I have a list of hyperlinks in Excel that lead to PDF's held in a website. Can FME iterate through this list and download the documents to a folder? Thanks in advance. Sean

  • 14 October 2021
  • 2 replies
  • 7 views

I have a list of hyperlinks in Excel that lead to PDF's held in a website. Can FME iterate through this list and download the documents to a folder? Thanks in advance. Sean

2 replies

Userlevel 2
Badge +19

FME can read the column where the PDF url is stored as an attribute. Just use the Excel reader.

 

Then, you can use a HttpCaller to get the file:

http1

Lovely, thanks, I'll give that a go

 

Reply