Closed phochste closed 7 years ago
When doing:
$ catmandu convert Solr --url http://localhost:8984/solr --id_field myfield
I get records where the content of myfield is put into the _id field of the resulting records:
myfield
_id
--- _id: archive.ugent.be:00003832-ADE7-11E0-92CA-80A237D8FA8C accessRights: - ugent date: 2016-08-26T08:55:51.45Z
$ catmandu export Solr --url http://localhost:8984/solr --id_field myfield
the _id has an undefined content:
--- _id: ~ accessRights: - ugent date: 2016-08-26T08:55:51.45Z
When doing:
I get records where the content of
myfield
is put into the_id
field of the resulting records:When doing:
the
_id
has an undefined content: