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
{{ message }}
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
When there is a data issue in a CSV upload performed in the Admin Portal, the error message doesn't provide enough information to identify which data record caused the problem, and the nature of the problem. For example, recently a data entry error resulted in a duplicate entry in the Needs CSV file. However, the error message shown didn't say that there was a duplicate primary key entry or the row in the CSV file that was causing it.
Describe the solution you'd like
When a data upload error occurs, include the type of error and the row number in the CSV file that caused the error.
Is your feature request related to a problem? Please describe.
When there is a data issue in a CSV upload performed in the Admin Portal, the error message doesn't provide enough information to identify which data record caused the problem, and the nature of the problem. For example, recently a data entry error resulted in a duplicate entry in the Needs CSV file. However, the error message shown didn't say that there was a duplicate primary key entry or the row in the CSV file that was causing it.
Describe the solution you'd like
When a data upload error occurs, include the type of error and the row number in the CSV file that caused the error.