IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Delimited flat file

    Posted Fri March 06, 2015 05:16 AM

    Hi All,

    I need a create a delimited flat file, the sample format would be say

    July 1990;29;Pawan;12345;Software engineer
    Aug 1990;30;Kiran;23456;Tech Lead
    Sept 1990;31;Manish;34567;Project Manager

    Every field is separated by ;
    and every record should have \n(unix new line)

    Could you please advice the best approach to create this flat file?

    -Pawan


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Delimited flat file

    Posted Fri March 06, 2015 07:02 AM

    Your FF looks very basic and easy to implement. Try out the below;

    In FF schema,

    Record Parser= Demlimiter

    Record= newline

    Field or Composite= ;

    In FF dico,

    Define record definition under this define your field definitions like (monyyyy,dd,name,eid,dsgn)

    set the extractor to Nth Field and give positions from 0 to 4

    Prepare the FF schema DT, use convertToString service to create the FF.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Delimited flat file

    Posted Mon March 09, 2015 06:30 AM

    Thanks Mahesh…

    It worked… thanks a lot.


    #Integration-Server-and-ESB
    #webMethods