-
Notifications
You must be signed in to change notification settings - Fork 75
}bedrock.dim.attr.importfromfile
lotsaram edited this page Apr 24, 2020
·
3 revisions
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.
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) |
Process doesn't call any dependencies.
test sidebar