Time series ids transformation
Description¶
This transformation allows users to set custom ids for imported time series. Transformation must specify string formula for the new ids to set. This transformation is applicable to time series data.
Example¶
This request to /api/conversion/upload-convert
{
"readerName": "TimeSeriesDfs0Reader",
"writerName": "TSWriter",
...
"transformations": [
{
type: "TimeSeriesIdsTransformation",
newIdFormula: "my_ts_{description}_{description}"
}
]
}
For more information refer to the swagger documentation of the Metadata service.