cancel
Showing results for 
Search instead for 
Did you mean: 

metadata writer

krups
Champ in-the-making
Champ in-the-making
Hi All,

I am wondering if anyone knows how to extract metadata from alfresco and write it down to ms word's properties?

Thanks
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Out-of-the-box, metadata extraction happens from the file object to Alfresco metadata. You're asking for something that goes the other way, which is fine, but means if you cannot find an Add-On at http://addons.alfresco.com to do it you'll have to write it yourself.

To write it yourself, start with understanding how custom rule actions work. Your custom rule action, written in Java, would likely leverage the <a href="http://poi.apache.org/">Apache POI project</a>, because it knows how to write data to Microsoft Office documents.

If you need help learning how to write a custom rule action, take a look at <a href="http://ecmarchitect.com/images/articles/alfresco-actions/actions-article-2ed.pdf">this tutorial</a>.

Jeff