Question
Ford
US
Last activity: 19 Dec 2024 16:54 EST
Control over BIX extract file format (To ZIP or not to ZIP)
We are moving and on-premise Pega application to the Pega Cloud. One issue we recently encountered was the way the BIX extracts are created. Currently we generate the BIX extracts to a CSV file which is stored on a local NAS. When we use that same process on the Pega Cloud to generate the CSV file it creates that file then ZIP's it up so only a ZIP file exists with the CSV inside. That breaks the process that was picking up the file to process.
Are there some option flags we can specify on the BIX extract jobs to have them only create the CSV file (not create the ZIP) or if it has to ZIP the file can we have it also leave the CSV file?
There should be a way to tell that process to keep generating the files as it did before.