Details
Description
If an export fails to complete, and the cron runs it again, it will already have the status in_progress. In this case, the export should be continued by writing to append to it rather than overwritting it. When creating the Writer from the Factory, define the file open-mode option as "a" to append rather than the default "w" to write.