Question
CIBC
CA
Last activity: 23 Jan 2024 7:55 EST
Append Data to a CSV File stored in pegacloudfilestorage Repository
Hi,
Using Repository API is there any way we can Append Data to an File in pegacloudfilestorage.
Here is my detailed requirement, please guide me if anyone solved this.
We have requirement where we need to retrieve data from DB, convert to CSV file and store in repository.
As it has millions of records, we are facing performance issues.
To address it we thought of retrieving x number of rows per iteration from DB and append them to the file already stored in repository.