Records with the CSVRecord stereotype have the following properties:
| Property | Description |
|---|---|
| containerContextDependent | This property is obsolete and should not be used in new code. |
| delimiter | Specifies the character that separates fields in a row. |
| fileName | Associates the name of a logical file or queue with a structured record. |
| i4glItemsNullable | Determines whether a record emulates the behavior of I4GL in creating variables as nullable by default. |
| labels | Specifies a set of headings for columns in a CSVRecord. |
| style | Tells EGL how to use the textQualifier property. |
| textLiteralDefaultIsString | If NO, literals without specific type designation receive a type based on the characters in the literal. This promotes compatibility with programs migrated from VisualAge® Generator. |
| textQualifier | Acts as an escape character or protects a string when a delimiter, text qualifier, or end-of-line character is encountered. |