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

CSV Import fails when there are duplicates #305

Open
bootstraponline opened this issue Jan 24, 2018 · 1 comment
Open

CSV Import fails when there are duplicates #305

bootstraponline opened this issue Jan 24, 2018 · 1 comment
Labels

Comments

@bootstraponline
Copy link

Upload any CSV with duplicates. Observe the silent error in chrome dev tools. No info is provided to the end user.

angular.js:11655 Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: datum in json.data[0], Duplicate key: string:, Duplicate value: 
http://errors.angularjs.org/1.3.15/ngRepeat/dupes?p0=datum%20in%20json.data%5B0%5D&p1=string%3A&p2=
    at angular.js:63
    at ngRepeatAction (angular.js:24631)
    at Object.$watchCollectionAction [as fn] (angular.js:14175)
    at Scope.$digest (angular.js:14308)
    at Scope.$apply (angular.js:14571)
    at FileReader.reader.onload (upload.js:41)
(anonymous) @ angular.js:11655
(anonymous) @ angular.js:8596
$digest @ angular.js:14326
$apply @ angular.js:14571
reader.onload @ upload.js:41
FileReader (async)
(anonymous) @ upload.js:45
dispatch @ jquery.js:4430
r.handle @ jquery.js:4116
@KharitonOff
Copy link
Contributor

thanks for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants