Tables Action Set: Syntax
Provides actions for accessing and managing data
upload Action
Transfers binary data to the server to create objects like tables.
CASL Syntax
Parameter Descriptions
casOut={casouttablebasic}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttablebasic.
| Alias |
* importOptions={fileType="AUTO" | "BASESAS" | "CSV" | "DTA" | "ESP" | "EXCEL" | "FMT" | "HDAT" | "JMP" | "LASR" | "MVA" | "SPSS" | "XLS", fileType-specific-parameters}
specifies the settings for reading a table from a data source.
The value that you specify for fileType determines the other parameters that apply. For more information about this common parameter, see importOptions.
upload Action
Transfers binary data to the server to create objects like tables.
Lua Syntax
Parameter Descriptions
casOut={casouttablebasic}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttablebasic.
| Alias |
* importOptions={fileType="AUTO" | "BASESAS" | "CSV" | "DTA" | "ESP" | "EXCEL" | "FMT" | "HDAT" | "JMP" | "LASR" | "MVA" | "SPSS" | "XLS", fileType-specific-parameters}
specifies the settings for reading a table from a data source.
The value that you specify for fileType determines the other parameters that apply. For more information about this common parameter, see importOptions.
upload Action
Transfers binary data to the server to create objects like tables.
Python Syntax
Parameter Descriptions
casOut={casouttablebasic}
specifies the settings for an output table.
To simplify, you can specify only a value for the name parameter. In this case, the other parameters in the list use default values.
For more information about this common parameter, see casouttablebasic.
| Alias |
* importOptions={fileType="AUTO" | "BASESAS" | "CSV" | "DTA" | "ESP" | "EXCEL" | "FMT" | "HDAT" | "JMP" | "LASR" | "MVA" | "SPSS" | "XLS", fileType-specific-parameters}
specifies the settings for reading a table from a data source.
The value that you specify for fileType determines the other parameters that apply. For more information about this common parameter, see importOptions.