Skip to main content
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

  • October 14, 2021
  • 2 replies
  • 87 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

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • October 14, 2021

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


  • Author
  • 3 replies
  • October 14, 2021

Lovely, thanks, I'll give that a go