Rule: RegEx Extractor (AI Interpolator Extractor)
Base data:
Summary:
The RegEx Extractor extracts text using pattern matches in regular extractions.
Note that you need to set unlimited amount of items to extract all and also note that it will just extract the first match in your regular expression, so multimatches should be split into multiple fields/rules.
Module needed:
AI Interpolator Extractor
Field types to populate:
Text (plain) field (core field).
Text (formatted) field (core field).
Base Fields types to use as context:
- Text (plain)
- Text (plain, long)
- Text (formatted)
- Text (formatted, long)
- Text (formatted, long, with summary)
Extra Requirements:
Not a hardware requirement, but don't setup this if you don't know how regular expressions works.
Extra Settings:
None
Extra Advanced Settings:
Regular Expression
Add your regular expression that you want to extract the context source for. If you do not set a working regular expression, this will fail. Use regex101 to figure out if your regular expression works correctly.
Possible example use cases:
- You have a big unformatted text with some text between bullet points that you want to extract into multiple text fields.
- You want to scrape a website for all link titles and store them in a text field, by just giving the link. Can be done together with the AI Interpolator Scraping Bot.
- You want to extract certrain patterns from a PDF, Excel or Word file and store them into multiple text fields. Can be done together with the AI Interpolator ConvertAPI.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion