MetaData: - . False Replaces all dashes with periods. Canary uses the period (.) as a branch separator in the tag path. Model Simulation Examples\.Functions\.TRAVIS\. False Removes the first 3 branches of the tagpath for tags coming from the Travis DataSet. Model ^(?!Calcs|Hays\.)(.+?\.)(.+$) $2 False Matches all DataSets except Calcs and Hays. Removes the DataSet name from the tag name. Model ^(?!Calcs\.)(.+) CanaryWater.$1 False Matches all tags except those in the Calcs DataSet. Prepends the tag with the string 'CanaryWater'. Model ^Calcs\. False Trims the DataSet name off all tags in the 'Calcs' DataSet Model Branch(1) Company False Assigns the first branch in the tag path as the asset type, 'Company'. Asset Branch(2) District False Assigns the 2nd branch in the tag path as the asset type, 'District'. Asset Branch(3) PumpingStation False Assigns the 3rd branch in the tag path as the asset type, 'PumpingStation'. Asset BranchStarts(4,Pump) Pump False Assigns the 4th branch in the tag path as a 'Pump' if the string begins with 'Pump'. Asset BranchStarts(4,Tower) Tower False Assigns the 4th branch in the tag path as a 'Tower' if the string begins with 'Tower'. Asset