RowFieldOutputFile <name>
{
<statements>
...
}
| Name | Description |
|---|---|
| name | This is an identifier for the RowFieldOutputFile. The identifier is used by parse statements in the RunCommands section. A variable with this name is also automatically created if autoVars is set to true. Note that this name does not need to be the same as the file name specified in the fileToParse statement. |
var1 = 5 var2 = 6 var3 = 7...then the following RowFieldOutputFile could be used to read the file.
RowFieldOutputFile outFile
{
fileToParse: out.data
setDelimiters " ="
# name type row field
variable: var1 integer 1 2
variable: var2 integer 2 2
variable: var3 integer 3 2
}
See also Analysis Server | FileWrapper | FileWrapper Statements