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
Page 1 / 1
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:
Lovely, thanks, I'll give that a go