Upload the FileConvert.json file into the root folder of the Bucket.
Enable the required flags.
{
"InfluxDB": {
"enabled": false,
"url": "",
"token": "",
"org": "",
"bucket": ""
},
"CSV": {
"enabled": true,
"resampling": {
"enabled": true,
"rate": 1000
}
},
"AmazonTimestream": {
"enabled": false,
"db_name": "rexcloud",
"table_name": "rxddata",
"downsampling": false,
"downsampling_tolerance": 0.1
},
"Snapshot": {
"enabled": false,
"db_name": "rexcloud",
"table_name": "snapshot"
},
"MDF": {
"enabled": true
},
"BLF": {
"enabled": true
}
}