Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Data Loader 1.0
-
Fix Version/s: Data Loader 1.0
-
Component/s: Data Loader
-
Labels:None
-
Environment:
Build 436
-
Story Points:1
-
Sprint:Sprint 13, Sprint 14
Description
When an ad file uploaded and then re-uploaded with some changes made, it will create a new entry for it in content_repository.contentGroups.
1. Upload/stage/push a file (ads-alternators-35-10266-0.csv)
2. Add/change/delete a row in either the file or the Target DB
3. Upload/stage, in the Target tab the "Push" button is enabled
4. Push data
5. In contentGroups there is now a duplicate entry for that BAID (10266)
contentGroups now looks like:
4931 | 2 | 0 | 10266 | ...
4932 | 2 | 0 | 10266 | ...
4933 | 2 | 0 | 10266 | ...
To compare against the data in the csv file, it seems to be grabbing it from the latest contentGroups entry before pushing (4932 most recent before creating 4933)
Updates the totalUniqueCount of all the duplicate entries.