Question
Rules Cube
CA
Last activity: 11 Aug 2017 15:13 EDT
Extract parent and child classes to same CSV file - BIX
Hello,
My team and I have the business requirement of extracting a set of data to a single CSV file. This information is distributed between a parent and child class, which causes BIX to create a CSV file for each of the classes. There are a number of problems with this.
First, only as of Pega 7.2.1 does the -c flag put the data into a single file, and we are pretty sure that deployment will be in Pega 7.1.7 (we are developing on 7.2.2). What ruleset of BIX is required to obtain this functionality?
Furthermore, if we do achieve this, how will the file be formatted? The data is as follows: OutsideNA, Question1, Question2, Question3, (Country1, Country2, Country3, TIN1, TIN2, TIN3, Code1, Code2, Code3).
Finally, is there a way to achieve this behavior using an agent rather than a command line flag? We are using an agent to schedule this extraction every week.
Thanks!