Dimensions
Parse Definition
Dimensions | |||
---|---|---|---|
Description |
The Dimensions parse definition parses a dimension into output tokens. |
||
Output | Length Width Height Inside Diameter Outside Diameter Size Other |
||
Examples | Input | Output Token | Output |
11 1/16 X 19 7/16 | Length | 11 1/16 | |
Width | 19 7/16 | ||
Height | |||
Inside Diameter | |||
Outside Diameter | |||
Size | |||
Other | |||
Input | Output Token | Output | |
11/16" ID | Length | ||
Width | |||
Height | |||
Inside Diameter | 11/16" | ||
Outside Diameter | |||
Size | |||
Other | |||
Input | Output Token | Output | |
1 1/2" X 2" X 4" | Length | 1 1/2" | |
Width | 2" | ||
Height | 4" | ||
Inside Diameter | |||
Outside Diameter | |||
Size | |||
Other | |||
Remarks |
Dimension type indicators, such as "length" or "ID" are not included if they are implied by the token name. The input string could be the output from the Dimensions token of the Product Attribute extraction definition. |