Hi Jitu, The only data that an output connector receives from a repository connector is encapsulated entirely in the RepositoryDocument object. However, that object is flexible enough so that you can pass pretty near anything down from one connector to another, in the form of metadata.
On a broader note, it is clear to me that you are attempting to use ManifoldCF in a manner that is far removed from what it was designed to do. So it seems to me that you have two choices: (1) Post your ENTIRE problem statement, so we can recommend an approach that might work for you, or (2) Hack away at the code yourself, and don't expect much help from us for your endeavor. Thanks, Karl On Wed, Aug 27, 2014 at 6:34 AM, Jitu <[email protected]> wrote: > Hi, > > is there a way to find the relative path of the files crawled by input > connector in output connector. for example " > http://88.123.123.123/personal/administrator/Shared%20Documents/TestNewFolder/images%283%29" > is the absolute/complete path but > "/Shared%20Documents/TestNewFolder/images%283%29" is relative path from > where the documents are crawled from. So i need this info in output > connector how can i get it. Please help? > > > The information about relative path is getting stored in "repohistory" > table during fetch activity but during ingest activity i am getting > complete URI. is there a way to get relative path. > > Thanks, > Jitu > > >
