Skip to main content
Open

HTTPCaller to support file download to ZIP archive

Related products:FME FormTransformers
  • April 13, 2026
  • 5 replies
  • 52 views

bruceharold
Supporter
Forum|alt.badge.img+19

I’m downloading bulk CSV data from an open data site, each download is gigabytes, I would like to set the output filename to a .zip file, to save space.

5 replies

PierreAtSafe
Safer
Forum|alt.badge.img+11
NewOpen

daveatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • April 15, 2026

Hi ​@bruceharold,

If you download the CSV as the attribute ‘text_file_data’, you can use a FeatureWriter with the Text File writer to write directly to a zip file:

I have attached a workspace to illustrate the process.


bruceharold
Supporter
Forum|alt.badge.img+19
  • Author
  • Supporter
  • April 16, 2026

Thank you Dave but I’m famous for indolence and was just looking to use a shortcut like mydata.csv.zip as the download path 😉.


daveatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • April 16, 2026

We try to reward indolence as much as possible in FME, so I will check with the Dev team to see if we can add the autozipping found in most writers to the HTTPCaller.


daveatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • April 16, 2026

I have created IDEA-2707 to track this request.