Releases: saw-leipzig/csv2cmi
Releases · saw-leipzig/csv2cmi
CSV2CMI 2.2.0
- support for editor's email address
- fixing
--all
option - minor code cleaning
CSV2CMI 2.1.1
This is a minor update to give a better error message if an authority seems unreachable.
CSV2CMI 2.1
This feature release of CSV2CMI improves support for EDTF dates with unspecified digits and checking of different types of persons and organizations from the Integrated Authority File (GND). Also, now all generated IDs are consistent, and won't change on a re-run (without changing the input file). Every bibliographic citation now holds a universally unique identifier (UUID) as xml:id.
CSV2CMI 2
- update deprecated function
- add success message
CSV2CMI 2
- moving back to
<persName>
as default tag for correspondents - minor fixes
CSV2CMI 2
This is the 2019 spring release of CSV2CMI.
- uses
<name>
as default tag for the correspondents - supports EDTF:
- Time Interval is converted to
@from
and@to
- Set representation (One of a set) is converted to
@notBefore
and@notAfter
- Qualification of a date is represented with
@cert
- Time Interval is converted to
- supports new fields for literal dates
- supports multiple senders/addressees in one field (available through
--extra-delimiter
option) - supports multiple editions of one letter (available through
--extra-delimiter
option) - informs about outdated GND-IDNs
- adds support for multiple projects (through path separation)
- allows specification of output file
- overall code improvements
version 1.6.2
- improved messages
version 1.6.1
- support for uncertain and approximate dates from ISO draft (
%
) - support for dates without year or without month and year (from
att.datable.w3c
)
version 1.6.0
New features added:
- support for LOC authority files
- support for notes
- basic support for EDTF:
- Date
- Interval
- Extended Interval
- Uncertain/Approximate
- Partial Uncertain/Approximate
- updated cmi2csv stylesheet with better handling for dates (EDTF)
- several typos fixed
version 1.5.2
- empty lines in source file will no longer result in empty elements
- updated codemeta