Catalog attribute files catalog-attribute-files
Catalog attribute files can have any name, but must have an .ini
file suffix. They can be readily maintained using any text editor.
Catalog attribute files consist of a set of text records, separated by a single <CR>
(ASCII code 0xD), a single <LF>
(ASCII code 0xA), or a <CR><LF>
pair. Each record consists of an attribute name and one or more comma-separated attribute values:
*
name*= *
value**[, *
value*]{<CR>|<LF>|<CR><LF>}
- White space between tokens is optional.
- The Platform Server ignores records with unknown attribute names.
- Attribute names can consist of any combination of ASCII letters, numbers, and
-
,_
, and.
characters. - If the same attribute name occurs more than once in the same attribute file, the last one encountered prevails.
- Use
#
as the first character to mark any record as a comment that the parser ignores.
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49