datalad extract-metadata(1) | General Commands Manual | datalad extract-metadata(1) |
datalad extract-metadata - run one or more of DataLad's metadata extractors on a dataset or file.
datalad extract-metadata [-h] --type NAME [-d DATASET] [FILE ...]
The result(s) are structured like the metadata DataLad would extract during metadata aggregation. There is one result per dataset/file.
Examples:
Extract metadata with two extractors from a dataset in the current directory and also from all its files::
$ datalad extract-metadata -d . --type frictionless_datapackage --type
datalad_core
Extract XMP metadata from a single PDF that is not part of any dataset::
$ datalad extract-metadata --type xmp Downloads/freshfromtheweb.pdf
datalad is developed by The DataLad Team and Contributors <team@datalad.org>.
2021-02-04 | datalad extract-metadata 0.14.0 |