Trying to import work item updates, but get the error for all rows: The CSV File is missing a proper identifier ... I have the column Id which corresponds to valid records, so Why?
![]()
Trying to import work item updates, but get the error for all rows: The CSV File is missing a proper identifier ... I have the column Id which corresponds to valid records, so Why?
Sample: "Id","Acceptance Test","Comments","Description","Resolution" "34831","","1. Thomas, Donna (Dell) - 5/9/13 8:37 AM test","Training Task.","" In that example, Id 34831 exists and is editable. I have JazzAdmin group and all permissions in project area. Any help is greatly appreciated and urgent.
showing 5 of 7
show 2 more comments
|
Comments
BTW - using 4.0.5.
usually this happens to me when I say comma separated and its Tab or vice versa
I've been using only comma separated for the first 15-20 attempts - all the time confirming the delimiter. Then I started trying to change the delimiter. But I am indicating the difference in the import dialog box.
Also FYI - I've removed the Comments field, the quotes, tried tab and semi-colon delimiters, and many permutations of ID (like: ID, Id, id, iD... with quotes, without quotes, etc.)
also, did u edit the file at al? try opening with notepad++ or some editor where u can see the char encoding. I ran into a problem where the encoding was ANSI-UTF8, and the importer couldn't handle it. I had to explicitly change it to UTF8.. then the importer worked.
excel leaves the file in weird state
Good idea - thought of the encoding too. I've never had a problem in the past. I double checked with Notepad ++ and it says it is encoded as UTF-8. I'll try resetting the encoding...
UTF-8 and still doesn't work.