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.  Flatfile delimiter issue

    Posted Mon October 21, 2013 12:56 PM

    I am working on a tag delimited flat file structure.Can anyone please suggest me how to create a flat file with the below flat file structure.

    HDR{field1}{field2}{field 3}
    field4,{field5}
    LINE{field1}{field2}

    HDR is the header record id and LINE refers line item

    With Regards
    Sweta


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Flatfile delimiter issue

    Posted Tue October 22, 2013 02:05 AM
    1. What do you mean by “tag delimited” ?

    If I assume that you will be using delimiters to separate the fields, then the FF structure will be like this:


    HDR+aaaaaaaa+bbbbbbb+ccccc+ddddd+eeeeee;
    LINE+xxxxxx+yyyyy;


    Settings for FF Schema
    Field delimiter: “+”
    Record delimiter: “;”

    Kind Regards
    Ryo


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Flatfile delimiter issue

    Posted Tue October 22, 2013 11:51 AM

    Sweta,

    Are you expecting a “tab delimited” file from your comments not tag a typo?

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services