-
Notifications
You must be signed in to change notification settings - Fork 5
Using export_nuxeo
This script gets all metadata from Nuxeo. It requires the prerequisite instructions from nuxeo_spreadsheet to be followed: https://github.com/ucldc/nuxeo_spreadsheet/wiki. If writing to a Google sheet, make sure to follow step 3.
This script will get rid of any existing sheet tabs in the spreadsheet.
-
run script
$ python nuxeo_get_metadata.py
-
Enter the filepath of nuxeo assets (i.e. /asset-library/UCLA/)
-
Enter O or I for Object or Item level. Object level gets all metadata from the filepath; Item level gets all metadata for the items one step below the filepath.
-
Enter google sheet URL. If you want the data written to a tsv and not a google sheet simply hit enter.
-
Enter 'Y' if you want all headers, even columns with no data to be written to the spreadsheet. Otherwise enter 'N' and only columns with data will be downloaded.
-
File will be downloaded or written to Google sheet based on choices.