Not able to create a single zip File and store in Repository using File Dataset
Hi All,
We have a requirement to create a single zip file from pxDecisionResults DDS and store in the repository.
Created a Data Flow with below configurations:
Source: pxDecisionResults (Output: embedded page-list)
Destination: File Data Set (creating json/zip and storing in Repository)
Current Result: Multiple zip files each for 1 Result.
Example:
pxDecisionResults Output is in below format and has 10 Pages:
pxResults(1) >> pxDecisionResults()
pxModelResults()
.
.
.
.pxResults(10) >> pxDecisionResults()
pxModelResults()
Output: 10 zip files having json respect to each.
Expected Output: 1 Zip file having all the json files
Any help would be needful.
Thanks!