Automate tasks with Text Parser
Extract data from texts.
https://botize.com/en/app/btztextparser
Actions
The action is what happens automatically, without you having to do anything else.
-
Get data from text
Provide an example text, indicate what data you want to extract from it and an algorithm will be in charge of extracting the same data from the texts that you provide from now on.
-
Remove lines from text
Remove from a text those lines that do not meet certain conditions.
-
Get URLs from text
Extract a listing of URLs contained in a text, allowing filtering by host (domain) and substrings.
-
Get the first or Last URL from a text
Extract the first or last URL contained in a text.
-
Get prices from text
Extract a listing of prices contained in a text, allowing filtering by currency formats.
-
Get data using regular expressions
Generates new tags with the data extracted from one or more regular expressions.
Each new tag is a list of 1 or more items according to the regular expression used. To access the values ​​of each tag, use the name followed by a period and the index of the element. For example {{new_tag.1}} to access the second value containing the tag.
This operation is equivalent to the command match in Javascript.