Regex parser
A string parser based on regular expressions
Specifications
| Registered: 2011-08-11 | Rating: |
| Author: stefan | Reviews/comments: 1 |
| Downloads: 230 |
Installation instructions
Click the "Install" button to automatically install the
extension on a running DataCleaner application!
Or download the extension
as a JAR file and manually install it in DataCleaner's Options dialog.
Description
With the regex parser you can quite simply parse a string and extract the parts of it that is of interest.
Often there's composite fields in your data, for example office codes in this format:
- Office-A-Room-1
- Office-A-Room-2
- Office-B-Room-6
- Office-B-Room-7
- etc...
With the regex parser you can easily extract the parts of interest in such a composite field (eg. the office and room names) with a regular expression that defines the groups of interest:
- Office-([A-Z])-Room-([0-9])
Featured extension
With the extension you're given an extra set of filters and ...
Share your extensions!
Share your extensions with the DataCleaner community. Click to register and upload now.
Need help to get started building extensions? Visit the developer page.



