Make Attribute Arrays
The Make Attribute Arrays processor constructs label and value arrays for one or more string inputs and creates a single pair of label and value arrays. The content of the label array are created from the actual names of the input attributes.
Configuration | Description |
---|---|
Inputs |
One or more input string. |
Options |
Specify the following options:
|
Outputs |
Makes single pair of label and value arrays. |
Data Attributes |
The following data attributes are output:
|
Flags |
None. |
Attribute Name | Value |
---|---|
Price |
19.99 |
ID |
NWID2311 |
Discount |
null |
Quantity |
753 |
Total |
15052.47l |
CHF |
14, 751.42 CHF |
Extra Note |
” ” |
Description |
<a description text (of any length)> |
Sales Status |
3–Quoted |
Output is:
Output Name | Value |
---|---|
LabelArray |
{”Price”, ”ID”, ”Discount”, ”Quantity”, ”Total”, ”CHF”, ”Extra Notes”, ”Description”, ”Sale Status”} |
ValueArray |
{”19.99”, ”NWID2311”, ”null”, ”753”, ”15052.47”, ”14,751.42 CHF”, " <description text> ”,”3 - Quoted”} |