We have a requirement to export all managed objects to a delimited text file during every scheduled run.
We noticed that after the initial export, the delimited text file gets overwritten with only delta changes.
The delimited text file will be transferred via SFTP for import in to another application.
For this reason, we need the delimited text file to contain all objects, not just delta changes.
How can we make sure that the file is not overwritten or the delta changes are embedded in to the existing file?
We noticed that after the initial export, the delimited text file gets overwritten with only delta changes.
The delimited text file will be transferred via SFTP for import in to another application.
For this reason, we need the delimited text file to contain all objects, not just delta changes.
How can we make sure that the file is not overwritten or the delta changes are embedded in to the existing file?