How to setup export from two projects with FlexiCapture Connect?

Question

Is it possible to perform export from 2 projects with FlexiCapture Connect?

Answer

It is possible to perform export from several projects at once with FlexiCapture Connect. To do it, in FlexiCapture Connect configuration file config.json in "projects" array specify description for each project you want (separated with commas).

For export, corresponding node "export" should be set up.

Example

{
  "url": "https://europe.flexicapture.com",
  "tenant": "MyTenant",
  "user": "my.login@company.com",
  "password": "mypassword",
"projects": [
{
      "name": "project_1",
    "export": {
        "directory": "C:\\ConnectFolders\\Export\\Proj1_Export",
        "period": "00:01:00",
        "schedule": [ "12:00:00" ]
    }
  },
{
    "name": "project_2",
      "export": {
        "directory": ""C:\\ConnectFolders\\Export\\Proj2_Export",
        "period": "00:01:00",
        "schedule": [ "12:00:00" ]
    }
 }
  ]
}

Was this article helpful?

1 out of 1 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.