}bedrock.dim.attr.importfromfile - cubewise-code/bedrock GitHub Wiki
Description
This process will create Attributes of the dimension from a file.
Use Case: Intended for development/prototyping.
- Add multiple dimension attributes of different types.
Note:
The file format is as per the dimension export file applied to an }ElementsAttributes dimension.
Naturally, a valid diension name (pDim) is mandatory otherwise the process will abort.
Also, valid path (pSrcDir) & file name (pSrcFile) are mandatory otherwise the process will abort.
Process Parameters
| Parameter | Data Type | Default | Prompt Text | 
|---|---|---|---|
| pLogOutput | Numeric | 0 | OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) | 
| pDim | String | REQUIRED: dimension name | |
| pSrcDir | String | REQUIRED: Source Directory | |
| pSrcFile | String | REQUIRED: Source File Name | |
| pTitleRows | Numeric | 1 | OPTIONAL: Number of Title Rows to Skip (default = 1) | 
| pDelim | String | , | OPTIONAL: File Delimiter Character (Default=comma, exactly 3 digits = ASCII code) | 
| pQuote | String | " | OPTIONAL: Quote Character (Accepts empty quote, exactly 3 digits = ASCII code) | 
Full Process Dependencies
Process doesn't call any dependencies.