Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Array has non-unique elements" error is missing examples #89

Open
duncandewhurst opened this issue Sep 30, 2020 · 0 comments
Open

"Array has non-unique elements" error is missing examples #89

duncandewhurst opened this issue Sep 30, 2020 · 0 comments
Labels
triage The appropriate label and repository is not yet determined

Comments

@duncandewhurst
Copy link
Contributor

Example data

The data has duplicate values in tender/participationFees/0/methodOfPayment which is an array of strings, but no examples are shown in the first 3 examples column:

image

For arrays of strings, I think the examples should just show the whole field so that users can see that there are duplicates, e.g.

First 3 errors
DD - Demand Draft;FDR - Fixed Deposit;DD - Demand Draft;FDR - Fixed Deposit
DD - Demand Draft;FDR - Fixed Deposit;DD - Demand Draft;FDR - Fixed Deposit
DD - Demand Draft;BC - Bankers Cheque;SS - Small Savings Instrument;FDR - Fixed Deposit;DD - Demand Draft;BC - Bankers Cheque;SS - Small Savings Instrument;FDR - Fixed Deposit

@jpmckinney jpmckinney added the triage The appropriate label and repository is not yet determined label Oct 15, 2020
@jpmckinney jpmckinney changed the title Array has non-unique elements error is missing examples "Array has non-unique elements" error is missing examples Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage The appropriate label and repository is not yet determined
Projects
None yet
Development

No branches or pull requests

2 participants