Manage file groups in a file connector workspace
Getting the list of file groups
{
"id": "string",
"name": "string",
"files": [
{
"bucketKeyPair": {
"bucketName": "string",
"key": "string"
},
"expectedFileType": "csv"
}
],
"createdDate": "2023-08-17T16:24:46.8443973Z",
"workspaceId": "string",
"escapeChar": "string",
"quoteChar": "string",
"hasHeader": true,
"delimiter": "string",
"nullChar": "string",
"fileType": "string",
"csvHeaderColumns": [
"string"
]
}Managing cloud storage file groups
Creating a cloud storage file group
Updating a cloud storage file group
Managing local file file groups
Creating a local files file group
Adding a file to a local files file group
Deleting a file group
Downloading generated files for a local files file group
Last updated
Was this helpful?