Market The 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

This extension, which requires DataCleaner 2.5 or later, is for the advanced users of the EasyDQ services.

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.

EasyDQ additionals

Extra nuts and bolts for EasyDQ users
This extension, which requires DataCleaner 2.5 or later, is for the advanced users of the EasyDQ services.

With the extension you're given an extra set of filters and ...

Groovy DataCleaner

Make your DataCleaner groovier with the Groovy language
This extension integrates the powerful Groovy programming language into DataCleaner. Use it as a superior scripting language for advanced transformation types.

Currently includes two transformations:
  • The simple transformer which allows ...



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

Scala in DataCleaner

Transformation using power of Scala functional programming
This extension integrates the power of Scala functional programming into DataCleaner. Perform transformation based on Scala by implementing the execute method.

class ScalaTransformer extends  com.hi.scalaextension.Transformation {
def execute ...