Overview
In FCCM CS, the Get Object PAR API is used in conjunction with the Generate CSV configuration in the Persist widget to help users download data in CSV format.
Generate CSV configuration in Persist will help the user to download data in CSV
format. This can be achieved by the following steps:
- Using the Persist Type Generate CSV and mapping the source columns with target column headers with user preference names.
- Configuring a job for the pipeline and executing the batch to create the file.
- Download the file with desired data using the object PAR API in CSV format with the configured column header names in Persist.
Note:
- If data is not present in the tables, then the PAR will not generate.
- If the batch is executed multiple times, you can provide the batchID in the parameters to fetch the CSV file for the desired batch execution. If no batchID is provided, the latest CSV file will be fetched.