US and Worldwide: +1 (866) 660-7555
Results 1 to 3 of 3

Thread: How to Split the fields

  1. #1

    Default How to Split the fields

    Hi,

    I have input having 5 fields and 2 outputs I want to split 3 selected fields to the first output and remaining to the another output, how can I acheive this in PENTAHO

    For Eg.
    input fields
    CL_CODE
    NM
    SCM_CODE
    SCM_NM
    CODE

    1st output
    CL_CODE
    SCM_NM

    2nd output
    NM
    SCM_CODE
    SCM_NM
    CODE
    CL_CODE



    Regards
    Naren

  2. #2
    Join Date
    May 2006
    Posts
    4,882

    Default

    Copy the rows from the origin step to 2 steps (meaning 2 outgoing hops from the origin using "copy mode") and then using a Select Values Step in both streams to remove unwanted fields.

    Regards,
    Sven

  3. #3

    Default

    Thank you

    Your solution worked perfectly.


    Regards
    Naren

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •