Skip to content

Complete the CSV errors download#1164

Merged
laritakr merged 1 commit intomainfrom
csv-error-file-enhancements
Apr 2, 2026
Merged

Complete the CSV errors download#1164
laritakr merged 1 commit intomainfrom
csv-error-file-enhancements

Conversation

@laritakr
Copy link
Copy Markdown
Contributor

@laritakr laritakr commented Apr 2, 2026

Summary

Enhances the CSV errors download feature based on community input.

  • adds file level errors to the file, each in its own row.
  • updates row level error downloads to include rows without errors.
  • updates the file name to be based on the original import name with _errors appended to it.

By including the entirety of the original CSV along with the errors in new rows or columns, the resulting file can be used to correct errors, and once the errors are corrected, the additional rows and columns can be deleted to reattempt validation.

Sample files

no-source-id.csv

no-source-id_errors (1).csv

- adds file level errors to the file, each in its own row.
- updates row level error downloads to include rows without errors.
- updates the file name to be based on the original import name with _errors appended to it.
@laritakr laritakr added the patch-ver for release notes label Apr 2, 2026
@laritakr laritakr merged commit 3423eb6 into main Apr 2, 2026
9 of 10 checks passed
@laritakr laritakr deleted the csv-error-file-enhancements branch April 2, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch-ver for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants