Collecting Metadata

Previous topic - Next topic

j4jims

Hi All,

I am in need to collect a specific metadata field in a folder.

I am using arsdoc query to get the entire metadata for a folder as below

arsdoc query -u <username> -p <pwd> -h <hostname> -f <foldername> -i "where condition" -v -o "outfile.txt"

Is there a way to extract only the specific metadata field using arsdoc query rather fetching all details for a particular record?

Please assist me ...

-Jim




Justin Derrick

Make a new folder that only contains the fields you want.  :)

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

j4jims


Thanks JD for your valuable input.

I had used this way to get the specific field in metadata in a file which is requried.

arsdoc query -h <hostname> -u <username> -p <password> -f <"foldername"> -N <"(dbfield1)(dbfield2)(dbfieldn)" -i <"where condition"> -o "outfile" -v

-Jim