You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,18 @@ You may provide additional information:
23
23
* where a letter has been received: "addresseePlace" (with the appropriate "addresseePlaceID" as proper [GeoNames URL](http://www.geonames.org/))
24
24
* when a letter has been received: "addresseeDate"
25
25
26
-
If your letters are printed across different editions, add an "edition" column and put in there the bibliographic records. Numbering of letters should be stated in a additional column named "key". Alternatively you may enter in this column a link to the edited letter on the web.
27
-
Dates have to be entered in ISO format. Limited support for [EDTF](https://www.loc.gov/standards/datetime/pre-submission.html) is implemented to enter uncertain / approximate dates and intervals.
28
-
By default only edited letters (i.e. letters with a given edition) are transferred to CMI output. If you want to convert your complete catalogue, use the `-a` option.
29
-
The `-n` option allows control whether notes (from a "note" column) will be transferred to the XML.
30
-
And with the `--line-numbers` option activated, CSV2CMI will store the line number of each letter in the `n` attribute of `<correspDesc>`.
26
+
Furthermore an "edition" column for a bibliographic record, a "key" column for the corresponding number of the edited letter, and even a "note" column can be added.
31
27
32
-
For sender and addressee IDs from the [GND](http://www.dnb.de/gnd), the [LOC](https://authorities.loc.gov/) and the [VIAF](https://www.viaf.org/) are supported.
28
+
Dates have to be entered in ISO format. Limited support for [EDTF](https://www.loc.gov/standards/datetime/pre-submission.html) is implemented to enter uncertain / approximate dates and intervals.
33
29
34
30
For providing essential CMI information like the editor's name or the publisher an [INI file](https://en.wikipedia.org/wiki/INI_file) is needed.
35
31
36
-
The output is a minified XML file.
37
-
38
-
39
32
*Check, that your table is using UTF8-encoding!*
40
33
34
+
For options and further information check the [wiki](https://github.com/saw-leipzig/csv2cmi/wiki).
35
+
41
36
## License
42
37
43
38
This program is available under [The MIT License (MIT)](https://opensource.org/licenses/MIT)
<TEI xmlns="http://www.tei-c.org/ns/1.0"><!--Generated from table of letters with csv2cmi 1.3--><teiHeader><fileDesc><titleStmt><title xml:id="title_o87x8at6_8qmkhm1c">cmi2csv example</title><editor>Klaus Rettinghaus</editor></titleStmt><publicationStmt><publisher>Sächsische Akademie der Wissenschaften zu Leipzig</publisher><idno type="url">https://raw.githubusercontent.com/saw-leipzig/csv2cmi/master/example/Example.xml</idno><date when="2017-06-28T16:44:22.642162" /><availability><licence target="https://creativecommons.org/licenses/by/4.0/">This file is licensed under the terms of the Creative-Commons-License CC-BY 4.0</licence></availability></publicationStmt><sourceDesc><bibl type="print" xml:id="edition_siqs6lya_tkmq7xqs">Bach-Dokumente Bd. 1, Leipzig 1963</bibl></sourceDesc></fileDesc><profileDesc><correspDesc key="23" source="#edition_siqs6lya_tkmq7xqs" xml:id="letter_i8zpz806_djurkht6"><correspAction type="sent" xml:id="sender_kkg5tlzl_2v4wwiau"><persName ref="http://viaf.org/viaf/12304462">Johann Sebastian Bach</persName><placeName ref="http://www.geonames.org/2879139">Leipzig</placeName><date when="1730-10-28" /></correspAction><correspAction type="received" xml:id="addressee_b0w5pp4z_121pygiz"><persName ref="http://viaf.org/viaf/3264804">Georg Erdmann</persName><placeName ref="http://www.geonames.org/3099434">Danzig</placeName></correspAction></correspDesc></profileDesc></teiHeader><text><body><p /></body></text></TEI>
2
+
<TEI xmlns="http://www.tei-c.org/ns/1.0"><!-- Generated from table of letters with csv2cmi 1.6.1 --><teiHeader><fileDesc><titleStmt><title xml:id="title_bkp6trec_1eem8c1z">cmi2csv example</title><editor>Klaus Rettinghaus</editor></titleStmt><publicationStmt><publisher>Sächsische Akademie der Wissenschaften zu Leipzig</publisher><idno type="url">https://raw.githubusercontent.com/saw-leipzig/csv2cmi/master/example/Example.xml</idno><date when="2018-10-01T12:32:09.263560" /><availability><licence target="https://creativecommons.org/licenses/by/4.0/">This file is licensed under the terms of the Creative-Commons-License CC-BY 4.0</licence></availability></publicationStmt><sourceDesc><bibl type="print" xml:id="edition_eqa9cmuf_a5nr6j25">Bach-Dokumente Bd. 1, Leipzig 1963</bibl></sourceDesc></fileDesc><profileDesc><correspDesc key="23" source="#edition_eqa9cmuf_a5nr6j25" xml:id="letter_bc408daf_zrv4jz4g"><correspAction type="sent" xml:id="sender_nhser0ic_x6nh2uqb"><persName ref="http://viaf.org/viaf/12304462">Johann Sebastian Bach</persName><placeName ref="http://www.geonames.org/2879139">Leipzig</placeName><date when="1730-10-28" /></correspAction><correspAction type="received" xml:id="addressee_66gvmhv1_lfi91ivi"><persName ref="http://viaf.org/viaf/3264804">Georg Erdmann</persName><placeName ref="http://www.geonames.org/3099434">Danzig</placeName></correspAction><note xml:id="note_l3s423uy_x4hx7iet">four years later</note></correspDesc></profileDesc></teiHeader><text><body><p /></body></text></TEI>
0 commit comments