Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
MetaData Tag updation reading from a File (Bulk)
Kannan1
I have a requirement like the following
1. read all XML files from a Directory
2. Update MetaData section values from each file (eg. description,title,creator,modified by etc..[there are 32 fields]) to MetaData tag's
I could find a command line tool called "iwattrib.exe".But that tool only displays metadata information about any
object like files, directories etc..
We could not find any tool to set and save metadata information.
Please provide a solution for this.
Note:We are not using datadeployee to configure metadata
Find more posts tagged with
Comments
Adam Stoller
iwextattr provides both listing and setting operations for metadata - try re-reading the CLT manual or the output from
iwextattr -h
carefully.
Also - if you are setting multiple pieces of metadata on a file - look carefully at the information regarding the '-x' flag.