@@ -10,7 +10,9 @@ Assist in cataloguing batches of similar or series-based items from a collection
10
10
* minimizing repetitive typing and template editing
11
11
* combining the information that is shared across items in a collection in one place
12
12
13
- ### Usage Instructions
13
+ ## Usage
14
+
15
+ ### Process Instructions
14
16
15
17
1 . _ Edit Config File_ :
16
18
If desired, edit the configuration file to customize the format of the header
@@ -40,6 +42,32 @@ After completion of the above tasks, the text files can be discarded as
40
42
| ~~ M~~ | ~~ .mrk~~ | MARC format which will likely need to be compiled into .mrc|
41
43
| ...| ...| Feel free to fork and create more output types or suggest different uses.|
42
44
45
+ ### Raw Help Output
46
+
47
+ Use ` -h ` at any time to get (something like) the following:
48
+
49
+ ```
50
+ usage: dublin-core-text-parser
51
+
52
+ A cataloguing tool for converting specially formatted text files
53
+ containing dublin core metadata into various formats
54
+
55
+ -c,--config <arg> Reference to a file containing alternative header
56
+ arrangements
57
+ -C,--csv Create a single .csv file containing metadata of
58
+ each item
59
+ -h,--help Display the help information
60
+ -J,--json Create a single .json file containing metadata of
61
+ each item
62
+ -M,--mrk Create a single .mrk file containing metadata of
63
+ each item
64
+ -o,--output <arg> Name the output file
65
+ -s,--shared <arg> file location of the shared.csv file containing the
66
+ shared fields
67
+ -X,--xml Create a single .xml file containing metadata of
68
+ each item
69
+ ```
70
+
43
71
### External Links
44
72
45
73
* [ Wiki for this program!] ( https://github.com/atla5/dublin-core-text-parser/wiki )
0 commit comments