Generating the SPACES Literal Value - trillium_discovery - Latest

Trillium Expression Builder

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium Expression Builder
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T14:57:33.223822

To generate the SPACES literal value in the settings file, use a pair of double quotes ("") in the following situations:

  • Set an attribute value equal to a space through the Attribute Transformation window, specify "" in the Expression Builder. The following is generated in the settings file: SET NAME = SPACES.
  • Test whether an attribute string is empty (contains spaces only). To do this, add the condition NAME="" in the Expression Builder. The following is generated in the settings file: IF (NAME = SPACES).