General Discussions

Discuss any topics that are not product-specific here.

How to generate multiple output files using iterative macro

chinnaupendra07
7 - Meteor

by using iterative macro generate the multiple files output for each entity code for using csv format

1 REPLY 1
DataNath
17 - Castor

Hey @chinnaupendra07, is there any reason this needs to be an iterative macro? Perhaps you could provide more detail and some sample data etc if so.

 

If you're just wanting to create multiple files based upon a field in your data (like Entity Code), then you can do so in the Output Data tool. Here's a very simple example. Data:

 

DataNath_0-1681460819286.png

 

Output Data configuration - ticking 'Take File/Table Name From Field'. There's a few examples here, for this scenario I've just added the Entity Code to the end of the FileName with 'Append Suffix to File/Table Name':

 

DataNath_1-1681460894402.png

 

Running the workflow now gives an output file for each, splitting them on Entity Code:

 

DataNath_2-1681461062383.png

Labels