If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Cleansing data with Data Manager

Started by csss2cognos, 06 Mar 2012 12:40:10 AM

Previous topic - Next topic

csss2cognos

Hi dude,

I am wondering is Data Manager so powerful to achieve following examples:

Elementizing:-  Breaks a data record into elements (e.g., the address 1 Pennsylvania Avenue is broken down
into Street Number: 1, Street Name: Pennsylvania Avenue, Street Type: Avenue
).

Standardizing:-  Standardizes fields to contain identical values for equivalent data elements (e.g., Street or ST,
Lane or LN, Circle or CIR, etc.
)

Thank you very much!
Edward

MFGF

You can use derivations and lookups to achieve these kinds of examples. There are no specific inbuilt functions for this, but you can effectively roll your own using whatever technique best suits the desired goal - the first example would probably need substr() to extract the various parts of the address and the second could utilise a lookup fed via static members for each translation you need.

Regards,

MF.
Meep!

csss2cognos

Hi MF,

Thank you very much for your reply!

I will have a try on it.

Regards,
Edward