Import Error

Started by dkeifer, August 25, 2015, 17:07:26 PM

Previous topic - Next topic

dkeifer

When I try to import I get an error that reads 'Incorrect record size' I am trying to import elements and properties. 35 new elements and 4 properties for each element.I have unique ids assigned to the elements and they match in the props file. Relationship file is in the folder although empty. I don't see anything obviously wrong with the files.

Anyone have experience with 'Incorrect record size' and know where I should look to fix it?

thanks,
Dave

dkeifer

Nevermind - I had a format error in the elements file. I was missing the trailing comma at the end of the line, separating the name value from the documentation value, which for this example is empty so I miss the need for the comma at first.

Correct
"ID","Type","Name","Documentation"
"A001","WorkPackage","This is the name value",

v.

Incorrect
"ID","Type","Name","Documentation"
"A001","WorkPackage","This is the name value"