![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
A destination name is a string divided into elements, each element separated by the dot character (.). The dot character allows you to create multi-part destination names that categorize destinations.Empty strings ("") are not permitted in destination names. Likewise, elements cannot incorporate the dot character by using an escape sequence.Although they are not prohibited, we recommend that you do not use tabs, spaces, or any unprintable character in a destination name. You may, however, use wildcards. See Wildcards for more information.
Table 11 Valid Destination Name Examples
Table 12 Invalid Destination Name Examples News..Natural_Disasters.Flood (null element) WRONG. (null element) .TRIPLE.WRONG.. (three null elements) News.Tennis.Stats.Roger\.Federer (backslash in the element Roger will be included in the element name, and will not escape the dot)
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |