Main Menu

MS Word documents

Started by Oliver, June 29, 2018, 03:38:16 AM

Previous topic - Next topic

Oliver

Hello,

By searching in the FAQ and the forum I don´t found a solution for my very special case.

We have approx. 3000 MS Word 2010 documents and need to read out only three metadata. All metadata will shown by using the GUI and also the three special ones are shown in the Custom View. Now I want to export only these three metadata of all 3000 documents in one CVS file. But I´ve no success with my trials. Also by using the command line. The metadata names are Commends, Number and SAP.

May someone can help me?

Thanks a lot
Oliver

Phil Harvey

Hi Oliver,

From the command line:

exiftool -csv -commends -number -sap DIR > out.csv

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Oliver

Hello Phil,

the path... the paaaaath... oh no. shame on me.

Thanks a lot master  ;)

Regards
Oliver