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
Make a new folder that only contains the fields you want. :)
-JD.
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