- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi All,
Is it possible to use Data Extraction to generate multiple files? Javascript activity gives the input to DataExtraction and it generates a file. Now my requirement is - I want to generate different files based on values in a particular field sent by Javascript code.
Currently, I am generating a CSV file and If javascript is creating rows like this
Name Address
------------------------
ABC Address1
DEF Address2
XYZ Address1
Is it possible for Data extraction to generate files like
Address1.csv (having records of address1)
Address2.csv (having records of address2)
As of now, I get a single file with all the records, and the file name comes from the last record iterated.
TEST2
TEST3
Solved! Go to Solution.
Views
Replies
Total Likes