Remove whitespaces parser
The parser allows you to remove whitespaces and new lines. It is useful for cleaning up fields scraped by Text selector.
Configure options
- Remove whitespaces - replaces all spaces and tabs with a single space. Removes whitespaces from the beginning and end of the text.
- Remove new lines - replaces all new line groups with a single space.