How to update data sets in several Document Definitions with FlexiCapture Connect?

Question

Can I update data sets in all my Document Definitions with FlexiCapture Connect?

How to update data sets in several Document Definitions with FlexiCapture Connect?

Answer

To update data sets in several Document Definitions at once, in FlexiCapture Connect configuration file config.json, for each project where it is required in "templates" [] array specify each of Document Definitions details in separate nodes (separated with commas), and setup each of their data sets you want to update with FlexiCapture Connect.

Note. If there are some Document Definitions in the same project where you do not want to perform data sets update with FlexiCapture Connect, just do not add them to configuration file.

Example.

"templates": [ 
      {
        "name": "Document Definition 1",
      "datasets": [
          {
          "name": "DataSet",
          "file": "C:\\HotFolder\\DataSets\\DataSet_in_Document_Definition_1.csv",
            "period": "00:01:00",
            "schedule": [ "12:00:00" ]
          }
        ]
        },                   
        {       
         "name": "Document Definition 2",
      "datasets": [
          {
          "name": "DataSet,
          "file": "C:\\HotFolder\\DataSets\\DataSet_in_Document_Definition_2.csv",
            "period": "00:01:00",
            "schedule": [ "12:00:00" ]
          }
        ]
   }
]

Additional information:

How to update data sets in FlexiCapture project with ABBYY FlexiCapture Connect?

How to update several data sets in Document Definition with FlexiCapture Connect?

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.