The uniquedata is a standard industry identifier that only occurs for that link, and I get a download of all the identifiers and date the files are published, and because it is a PDF, I want to download them into a folder for review later (the links are only temporary and valid for 60 days after month end, and then the PDF's are removed from the website) and not save the blob file in the database, but could do that.
the table schema is one table.
Identifer CHAR(9), publish date CHAR(8) LINK CHAR(255)
Publish date is YYYYMMDD and link is just
concat('staticlink/','identifier',/staticlink') as link
I just need to get the links from the database into perl for Perl to download them.