| Summary: | Duplicate record error when import a CSV into an existing datapool. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Slauenwhite <paulslau> | ||||
| Component: | TPTP | Assignee: | Bozier jerome <jerome.bozier> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | bjiang, jerome.bozier | ||||
| Version: | unspecified | Keywords: | plan | ||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Slauenwhite
Created attachment 85476 [details]
Screen capture.
*** Bug 117144 has been marked as a duplicate of this bug. *** [From https://bugs.eclipse.org/bugs/show_bug.cgi?id=117144]: When importing from a csv file with equivalence classes and with option "First column contains equivalence class names" checked to an existing datapool that contains EC with the same name, import will fail with error "CSV file line X: Duplicate record.". This works as designed but datapool editor can be smarter to recognize such equivalence classes and perform "appending records" instead of give an error. csv file contains equivalence classes: https://bugs.eclipse.org/bugs/attachment.cgi?id=30258 datapool with an equivalence class named "good data": https://bugs.eclipse.org/bugs/attachment.cgi?id=30259 This is working as designed. When the optional row number is specified with the equivalence class names in the CSV file, that row must be imported in that row of the target datapool. If that row of the target datapool is already populated, the error message is correctly displayed. However, when the optional row number is NOT specified with the equivalence class names in the CSV file, the row is appended to the target datapool. Verified in TPTP-4.5.0RC3-200806031051. Closing. |