Expression syntax to use LTRIM in Conditional Split Transformation

  • Can anyone please give me an example of an expression syntax to use LTRIM in Conditional Split Transformation?

  • LTRIM([FirstName]) == ""

    LTRIM([FirstName]) != ""

    LTRIM([FirstName]) == "SomeValue"

    --Ramesh


  • Ramesh (4/1/2009)


    LTRIM([FirstName]) == ""

    LTRIM([FirstName]) != ""

    LTRIM([FirstName]) == "SomeValue"

    My criteria matches to the first one that you have mentioned.

    LTRIM([FirstName]) == ""

    I want to get all the records in the destination which ignores the blank spaces

    All your expression syntaxes have no errors, but still I am not getting what I want in the destination for some reason. The conditional split transformation is not passing any records for some reason.

    I will look into the conditional split transformation to check what I am doing wrong.

    Thank you for your reply.

  • I figured out my mistake. I was putting a wrong logic and so I was not getting the desired output.

    I will now work on it.

    Once again, thank you for your reply.

  • You are welcome, and I'm glad that I could help you.

    --Ramesh


Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply