Skip to content

Filter to replace characters in the names of assets and data points in readings object.

License

Notifications You must be signed in to change notification settings

fledge-iot/fledge-filter-replace

Repository files navigation

Fledge "Replace" C++ Filter plugin

Replace characters in the names of assets and data points.

Configuration

replace
The set of characters that should be replaced. Each occurrence of the character in the name of the asset or datapoint will be replaced by the replacement character
replacement
The character to use to replace the specified set of characters. Only a single character can be supplied, any additional characters will be ignored.