Answered Questions

  • Stage Variables Initialization

    What are the initial values of stage variables? How can we set this values?

    glaciya

    • Dec 12th, 2011

    In my thought, the inital variables are the variables which can be defined when you just have installed the software, in another word they are usually called default variable or you have the first chance to create and config some variables that are used in a stage.

    G. Venu

    • Oct 14th, 2011

    In Transformer stage properties we can set the stage variable initial value.

  • Transformer Stage Functions

    If you have Numerical+Characters data in the source, how will you load only Character data to the target? Which functions will you use in Transformer stage?

    raj

    • Nov 8th, 2012

    Example : raje123ndh456ar

    Code
    1. convert(0123456789,,raje123ndh456ar) = rajendhar
    now it is converted to character string and we can load only character.

    Vinay Sharma

    • Oct 4th, 2012

    Use alpha function.
    Exp-->alpha(123vinay567)
    Ans-->vinay

    i thing this is your requeriment..