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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## About
4
4
5
5
CSV2CMI is a little program to transform a table of letters (given as .csv) into the [CMI format](https://github.com/TEI-Correspondence-SIG/CMIF).
6
-
The CMI format is the underlying data format for the web service ‘[correspSearch](http://correspsearch.bbaw.de/)’ which facilitates searching across diverse distributed letter repositories.
6
+
The CMI format is the underlying data format for the web service *[correspSearch](http://correspsearch.bbaw.de/)* which facilitates searching across diverse distributed letter repositories.
7
7
8
8
It's intended for printed (print only) editions and catalogues of letters.
9
9
@@ -12,7 +12,7 @@ It's intended for printed (print only) editions and catalogues of letters.
12
12
You have to name your columns as follows:
13
13
* name of the sender: "sender"
14
14
* name of the addressee: "addressee"
15
-
* IDs of the named person: "senderID" and "addresseeID"
15
+
* IDs of the named person or organization: "senderID" and "addresseeID" (this is essential for *correspSearch*)
16
16
* the date, when the letter has been sent: "senderDate"
0 commit comments