Developer Documentation Library > Data Model > Available DSCs > Triple-S DSC > Writing to Triple-S files > Custom properties used when writing to Triple-S files
 
Custom properties used when writing to Triple-S files
To allow the Triple-S DSC to successfully write the Triple-S metadata and case data files, the UNICOM Intelligence Metadata Model (MDM) document being used to define the files must contain a number of the custom properties. See:
Custom properties on the Document object
Custom properties on variable instances
Custom properties on elements
If the specified format of the Triple-S case data is fixed format fields (see Specifying the format of the Triple-S file), many of the custom properties must be set in the CARDCOL user context. These custom properties must be stored in the DataSourceProperties collection for the mrPunchDsc DataSource object. Alternatively, if the specified format of the Triple-S case data is comma-separated values, many of the custom properties must be set in the CSV user context. These custom properties must be stored in the DataSourceProperties collection for the mrCsvDsc DataSource object.
Some custom properties must be set in the Analysis user context, regardless of the specified format of the Triple-S case data. Some of these custom properties must be stored in the DataSourceProperties collection for the mrPunchDsc or mrCsvDsc DataSource object, depending on the specified format of the Triple-S case data.
See also
Writing to Triple-S files