Dear CSV-Writer Community,
I've noticed an issue with the writeRecords function in CSV-Writer, where instead of appending new data, it overwrites the existing content. It's crucial to understand that writeRecords is designed this way, and while it might not be intuitive, it's a feature, not a bug.
However, I've found a temporary workaround. If you introduce a delay before writing records, it seems to function as expected, appending data instead of erasing the existing content.
I'm currently exploring more permanent solutions and will update the community when I have more information.
Best,
Dear CSV-Writer Community,
I've noticed an issue with the
writeRecordsfunction in CSV-Writer, where instead of appending new data, it overwrites the existing content. It's crucial to understand thatwriteRecordsis designed this way, and while it might not be intuitive, it's a feature, not a bug.However, I've found a temporary workaround. If you introduce a delay before writing records, it seems to function as expected, appending data instead of erasing the existing content.
I'm currently exploring more permanent solutions and will update the community when I have more information.
Best,