You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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 thatwriteRecords
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,
The text was updated successfully, but these errors were encountered: