denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

Single-field export #162

Open gjost opened 5 years ago

gjost commented 5 years ago

We're going to need a way to update lots of data from the chronology and geography fields. Make a script that exports the values of specified field(s) into a spreadsheet. Each row should contain: object ID, fieldname, field value. Ideally the script would be able to export multiple (or all) collections to the same CSV.

gjost commented 5 years ago

First-draft implementation in ddr-cmdln:develop commit 2005f3e.