recordSSVFile
Read data values from SSV file
Extends from Interfaces.SSV.Base (Interface for SSV file).
Information
Record that wraps the external object ExternXML2File and the SSV read functions for data access of System Structure Parameter Values.
See Examples.SSVTest for an example.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "" | File where external data is stored |
| String | nameSpace | "http://ssp-standard.org/SSP1/SystemStructureParameterValues" | SSV name space |
| Types.ExternXML2File | ssv | Types.ExternXML2File(fileName, if nameSpace == "" then fill("", 0, 2) else {{"ssv", nameSpace}, {"ssc", "http://ssp-standard.org/SSP1/SystemStructureCommon"}}, verboseRead, detectMissingData) | External SSV file object |
| Diagnostics | |||
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
| Types.Diagnostics | detectMissingData | Types.Diagnostics.Warning | Print diagnostic message in case of missing data |