Replace Filter¶
The foglamp-filter-replace is a filter that allows an be used to replace all occurrence of a set of characters with a single replacement character. This can be used to change reserved characters in the names of assets and datapoints.
Replace: The set of reserved characters to be replaced.
With: The character to replace each occurrence of the above characters with
See Also¶
foglamp-filter-python35 - A FogLAMP processing filter that allows Python 3 code to be run on each sensor value.