Skip to main content
Question

Am I able to output multiple excel files into one folder?

  • November 25, 2025
  • 5 replies
  • 216 views

jferrer
Contributor
Forum|alt.badge.img+8

Hello,

I seem to be outputting multiple folders when I run my app through data stream or data download.

Tried connecting all connections to one feature writer but it seems to be limiting me to one excel file if I do that so I did multiple feature writers for each excel file that I want.

Tested running my app through data download and data stream and it outputs multiple folders - one folder per feature writer.
Was wondering if I am able to simply download all excel files right away without putting them into a folder or just output them all into one folder.
Screenshot below.

Feature writers under Microsoft excel format. Basically 2 sheet type. 1 is based on a value and other is count sheet
Not much configuring except the name of the excel, sheet names, and drop/truncate both yes
Here’s an example of what it outputs - 4 Folders(I suppose 1 folder for a specific feature writer)

 

5 replies

f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • November 26, 2025

use fanout in writer based on attribute value you want. set fanout to “yes” and set the folder name and fanout value


jferrer
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • November 26, 2025

I don’t think featurewriter in excel format has a fanout option. I used featurewriter because there’s another sheet that I want added.


danilo_fme
Celebrity
Forum|alt.badge.img+54
  • Celebrity
  • November 29, 2025

I don’t think featurewriter in excel format has a fanout option. I used featurewriter because there’s another sheet that I want added.

 

Hi ​@jferrer - What is version of your FME Form?


jferrer
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • December 1, 2025

I don’t think featurewriter in excel format has a fanout option. I used featurewriter because there’s another sheet that I want added.

 

Hi ​@jferrer - What is version of your FME Form?

Hi Danilo, thank you for following up, - We use version 2023.2.2.


crystalwang
Safer
Forum|alt.badge.img+22
  • Safer
  • June 17, 2026

Hi ​@jferrer,

Sorry we missed your question!

The folder-per-writer behaviour in Data Download is by design, but you can control the zip file structure when publishing the workspace to FME Flow. When registering the Data Download service, click Edit beside the service, then click ... next to Writers in Download, then More. This opens a dialog where you can set the path for each file within the zip.

For more detail see this community post: https://community.safe.com/authoring-6/how-can-i-change-the-folder-structure-returned-in-the-zip-file-from-fme-servers-data-download-service-7351

Hope this helps!