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" ]
}
}
]
}
Comments
1 comment
Anthony Forte
Does this work the same for import for 2 separate projects?
Please sign in to leave a comment.