#835: Exporting record creation/modification dates
-------------------------+-----------------
Reporter: skaplun | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: BibFormat | Version:
Keywords: export |
-------------------------+-----------------
{{{
[...]
I wonder if could be possible to get the date time data for each record
that corresponds to the "Record created" and "last modified" information
shown in the bottom of one record webpage?
Example:
http://cdsweb.cern.ch/record/909015/
Currently the only date time information we are indexing is the Imprint
metadata received in the MARCXML field
<datafield tag="269" ind1=" " ind2=" ">
<subfield code="a">Geneva</subfield>
<subfield code="b">CERN</subfield>
<subfield code="c">17 Mar 1998</subfield>
</datafield>
This metadata doesn't exists in all the records so would be better to use
this "Record created" and "last modified" information.
I've also checked that there is a datafield like the next that seems to
expose another datetime information of the record:
<datafield tag="961" ind1=" " ind2=" ">
<subfield code="c">20100226</subfield>
<subfield code="h">2004</subfield>
<subfield code="l">CER01</subfield>
<subfield code="x">19980710</subfield>
</datafield>
This data seems to be close to the "Record created" and "last modified"
but in some examples that I've checked is not like that. And again, It
seems that this data doesn't exists for all the records.
Could you please let us know which could be the best field for this
purpose and if this "Record created" and "last modified" could be somehow
extracted from your system.
[...]
}}}
Indeed this can be implemented by having a new output format which is
exporting exactly these information.
--
Ticket URL: <http://invenio-software.org/ticket/835>
Invenio <http://invenio-software.org>