RT::Extension::Assets::Import::CSV - link fields?

Hey,

I’m working on improving how we manage our assets, and one of the things I want to do is track certain components of our servers. So far I’ve been doing this by adding a Parents link to each component to the server they’re contained within.

I’m importing asset data from a CSV file using RT::Extension::Assets::Import::CSV but I don’t seem to be able to add any Parents fields, I’m getting this error:

Unknown asset field Parents for column Parent, skipping

I’ve also tried Parent and MemberOf.

Is this possible?