Hi Sinéad,
Unfortunately, at this time it's not possible to import accession records as accruals to an existing accession.
It's possible that you could import all your accessions and accruals using the standard accessions CSV template, and then use SQL to later make some accruals, but a) it might be a lot of queries to run for each record (i.e. find the object ID of the accrual accession record, find the object ID of the parent accession, update the table where they are related with the correct ID, repeat), and b) looking over the Entity Relationship Diagrams on our wiki, it wasn't as simple as having a parent_id field on the accession table, so I will need developer help to work out what tables are used to relate accruals to accessions, and how you might update them with SQL.
If those gotchas aren't fully off-putting, let me know and I will do what I can to try to get more info on a SQL-based option for you. Otherwise, you would need to manage some other clunky workaround like:
- Import the base accessions and then manually enter all the accruals, or
- Simply add something connecting the accrual to the accession in one of the description fields of each accession record and then just import them without relations
- ???
Hopefully this is a feature we can revisit in a future release, as it's absolutely something that should be supported! In the meantime, let me know if you're interested in exploring the SQL route, and I will try to follow up here.
Cheers,