Thanks Karl. Can I create a new meta field contenttype and add the value HTML based on the mime type value in the core field?
Timo > On Apr 15, 2015, at 3:13 PM, Karl Wright <[email protected]> wrote: > > Hi Timo, > > The metadata adjuster currently does not give you access to the core document > fields, only to the document's general metadata. Basically, anything that > ManifoldCF uses to make crawling decisions based upon is not accessible or > modifiable by the adjuster, because it's not general metadata. > > That include the document's file name, content/mime type, length, creation > date, and modification date. > > Technically it is possible to build a document transformer which would copy > internal fields like those described into general metadata fields that could > then be manipulated with the metadata adjuster. Some connectors already > supply such general metadata fields, but it is by no means a consistent > practice. > > Karl > > > On Wed, Apr 15, 2015 at 2:49 PM, Timo Selvaraj <[email protected] > <mailto:[email protected]>> wrote: > Hi, > > I need to change the incoming meta data into a specified format. > > I want to change > > "Content-Type":"text/html" > to > > "contenttype":"HTML" > Has anyone done something similar with the metadata adjuster? > > Thanks, > Timo >
