ExtensionSwap

Extensions are packages of functionality that can be added to DataCleaner. The extension architecture serves as an easy way to allow third-party functionality to be added to the application. On these pages you can browse the available extensions and install them with just a few very simple steps.

 

Featured extension

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 ...

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.

Network tools

Tools for doing network-related checks and conversions
The network tools plugins provides three distinct features that are useful when working with network related data:
  • Convert IP to number
  • Convert number to IP
  • Resolve hostname

These tools can ...

Phonetic similarity finder

Utilize phonetic algorhitms to find similar sounding words or sentences.
Find similar sounding values using phonetic checking.

This analyzer uses the Soundex, Refined Soundex and Metaphone algorithms to determine the phonetic similarity of String values. It used to be a ...

Regex parser

A string parser based on regular expressions
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 ...

Sample extension

An example for extension developers
This extension is simply an advanced "Hello world" extension, provided for developers and other interested people to get acquainted with the DataCleaner extension Application Programming Interface (API).

The source code ...