Captiva (Opentext) Standard Import - how to import metadata from data file as we did in MDW

Hey,

We had the feature of xml parsing in mdw for each document with same name in Multi directory Watch in the previous versions of Captiva but in Standard Import that functionality is no more.
We have to do it in the code inside the workflow manually to parse an xml file.

Apart from that we have a new feature of data file in the Standard Import profile. We have the field of Data file Extension where we can specify any extension to use as the data file. For example if we provide the value as txt then we need to pass the txt file with the dicument having the metadata.

The format of the values should match data = "value" in the txt file to be read by the standard import module. We can provide multiple values separated by newline. The metadata from every txt file is stored in the IA values for the respective document.

If the customer agrees to provide the metadata in the format of data="value" as expected by Standard Import then we can use any file extension including xml as the only thing matter is the data present in the file and not the specific extension.

If the customer don't agree to modify the format then we can import them and parse it in profile scripting that runs at the time of Importing the documents.

Comments

Popular posts from this blog

Captiva (Opentext) Standard Import - how to setup and import files

Captiva (Opentext) Standard Import - how to create separate batch for every document with a data file