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 |
4,5 DIAM. EXTÉRIEUR | Length | ||
Width | |||
Height | |||
Inside Diameter | |||
Outside Diameter | 4,5 | ||
Size | |||
Other | |||
Input | Output Token | Output | |
2,40x16,30X2 | Length | 2,40 | |
Width | 16,30 | ||
Height | 2 | ||
Inside Diameter | |||
Outside Diameter | |||
Size | |||
Other | |||
Remarks |
Dimension type indicators, such as "Longueur" or "Diametre Extérieur" are not included if they are implied by the token name. The input string can be the output from the Dimensions token from the Product Attribute extraction definition. |