Is there a way to remove a parent link from a work item using CSV import?
![](http://jazz.net/_images/myphoto/4c1314e86cf0dc19bf8168129c506f2b.jpg)
One answer
![](http://jazz.net/_images/myphoto/4c1314e86cf0dc19bf8168129c506f2b.jpg)
I found the following in Importing work items from a CSV file in the Eclipse client. I've highlighted the key points in bold.
"Select to create or update work items.
To create work items, select Create a new Work Item.
To update existing work items, select Update matched Work Item. To be able to update existing work items, the CSV file must contain a column for the work item ID (usually Id). The Import Work Items wizard uses the IDs to find matching work items.
To create work items for records that do not have matching existing work items, select Create a new work item for unmatched entry.
To update links in existing work items with the links in the records in the CSV file, select Replace existing links with newly imported values.
Note
For links between work items to be created, all of the linked records must be included in the imported CSV file. For example, if Record A is a duplicate of Record B, but Record B is not imported, the duplicate link is not created. Instead, a custom attribute that contains the duplicate information is created. If you update existing work items, be sure to import the full set of records that you imported originally."
Ken Tessier