11-15-2017 02:57 AM
I need to generate multiple files based on category, say for example, The table having list of columns and category column have multiple values.
Category:
So from above category, I need to generate 4 files with its records in separate files dynamically in Snap Logic.
Can any one have any idea/suggestion how to achieve this?
11-16-2017 10:57 AM
What is the format of these files (e.g. CSV, JSON, XML, …)?
11-17-2017 12:00 AM
Any files either CSV or JSON files. by default is CSV
11-17-2017 05:59 AM
can you post the sample structure? There can be many ways of doing it!
11-17-2017 08:03 AM
I’m attaching an example pipeline that generates a separate JSON file for each document in a particular category:
FilePerCategory_2017_11_17.slp (7.0 KB)
Here’s some detail on what’s going on in the pipeline: