webMethods

webMethods

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 schema

    Posted Mon September 05, 2005 02:17 PM

    I have the flat file as

    ROCdetails
    1Details
    2Details
    1Details
    2Details

    1Details
    2Details

    How can I create the schema for this file


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


  • 2.  RE: Flatfile schema

    Posted Tue September 06, 2005 03:21 PM

    Hello,
    You can use the IS Developer to create your Schema and a dictionary. You can read the “ISFlatFileSchemaGuide.pdf” starting at Chapter 4. This will tell you what steps are needed to create the schema and also to test it against your sample data. Good day.

    Yemi Bedu


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


  • 3.  RE: Flatfile schema

    Posted Tue September 06, 2005 04:10 PM

    Luu,

    Please elaborate more your flatfile sample and the given information is not sufficient.

    Please look in the ISFlatFileSchemaUserguide.pdf for creating schema.

    Basically if the flatfile has RecordDefinition(ROCDetails)you have to set this mapRepeat(unlimited)when you define the RecordDefinition,and create field definitions in the FlatFileDefinition panel of the FlatFileEditior in the WM Developer.

    HTH,
    RMG


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