Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi output for file #204

Open
simonaubertbd opened this issue Nov 21, 2024 · 2 comments
Open

Multi output for file #204

simonaubertbd opened this issue Nov 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@simonaubertbd
Copy link

Hello,

Many times, you have to "split" your output dataset in several parts, such as one sales excel file for each business unit. There is this nice feature on Alteryx that allows to do it and i would like the same : you can write like a file by value of a specified field :

image

There are several options, I especially like the one where you can specify the full path.
image

here this Output Data tool is configured to create a separate file for each value in the Region column and append that value to the end of the file name.

Four .YXDB files are generated:

  1. "OutputToolExample_RegionGrouped_Midwest.yxdb"
  2. "OutputToolExample_RegionGrouped_Northeast.yxdb"
  3. "OutputToolExample_RegionGrouped_South.yxdb"
  4. "OutputToolExample_RegionGrouped_West.yxdb"

On excel we can also imagine more solutions like "sheet" by value of this field or "file" by value of this field.

Please note the checkbox to include or not the field.

Best regards,

Simon

@tgourdel tgourdel added the enhancement New feature or request label Nov 25, 2024
@tgourdel
Copy link
Contributor

tgourdel commented Dec 2, 2024

Thanks, I like this. Am I correct to assume that such feature would have its own "component" ?

@simonaubertbd
Copy link
Author

Hello @tgourdel Well, I see that more as on option of the existing output tools.

Best regards,

Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants