What is the meaning and syntax of the 'ATTRIBUTE CASE' and 'ATTRIBUTE LENGTH' directives in FME Plugin Reader Writer metafiles and in which cases should we use them

From fmepedia


Q) What is the meaning and syntax of the 'ATTRIBUTE CASE' and 'ATTRIBUTE LENGTH' directives in FME Plugin Reader Writer metafiles and in which cases should we use them?

A) The ATTRIBUTE_CASE directive defines what attribute names your reader/writer will accept and the value can be ANY, LOWER or UPPER. The ATTRIBUTE_LENGTH defines the maximum length allowed for an attribute name.

User Comments Add a new comment