Pattern Entities
- 16 May 2024
- 1 Minute to read
- Print
- PDF
Pattern Entities
- Updated on 16 May 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example:
Given a Pattern Entity definition with [A-Z]{3}-[0-9]{4}-[A-Z]{3} as pattern:
Extraction will go like this:
User Input | Type | Value | ||
---|---|---|---|---|
| SKU |
|
{ name: 'SKU' , type: 'pattern' , meta: { confidence: 1 , provider: 'native' , source: 'BHZ-1234-UYT' , start: 13 , end: 25 , raw: {} }, data: { extras: {}, value: 'BHZ-1234-UYT' , unit: 'string' } } |
Was this article helpful?