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
Expand all | Collapse all

Issue with Delimited FlatFile Schema in convertToValues

  • 1.  Issue with Delimited FlatFile Schema in convertToValues

    Posted Thu October 03, 2013 01:58 AM

    Hi,
    I have a FlatFile Schema that was working in UAT on this project I’m on. Files were being downloaded from the Bank and the flatfile was being converted to an iData Doc with all records accounted for. The Schema was Record Delimited “CRLF”. Then during further UAT testing today, the files downloaded from the Bank were being truncated by the convertToValues service (in that only the Header record was being parsed and any subsequent Detail or Trailer records were being dropped). isValid was returning “true” from convertToValues and no errors were returned.

     After playing around a bit, I changed the Record Delimiter to "Newline" and everything started working again ???
    
    Does anyone know of any outstanding issues with the Record Delimiter in FlatFile Schemas and what it's set to (either "CRLF" or "Newline") ??
    

    Cheers,
    David…


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


  • 2.  RE: Issue with Delimited FlatFile Schema in convertToValues

    Posted Thu October 03, 2013 01:57 PM

    Do you still care on this issue when Newline is working for you?

    May be while CRLF could be some extra in the data you can close look in via a HEX editor like ultraedit and check it?

    There would be always some issues with the delimiters especially dealing FF and as long it works with tweaks in the Schema and parsing works we should be good to go: :smiley:

    HTH,
    RMG


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


  • 3.  RE: Issue with Delimited FlatFile Schema in convertToValues

    Posted Thu October 03, 2013 07:21 PM

    Hey,
    Just concerned that “CRLF” as a delimiter was working, but, has gone somewhat flaky and am wondering if “Newline” as a delimiter will also go flaky in the near future… Hoping that some other poor soul has been down this road previously and can advise…

    Cheers,
    David


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


  • 4.  RE: Issue with Delimited FlatFile Schema in convertToValues

    Posted Thu October 03, 2013 07:32 PM

    It should work as long as the FF format doesn’t changed. :frowning:

    As I mentioned earlier you need to look in some HEX editor and introspect the delims that are present for CRLF and as long as the parsing works for against FF data you are 100% fine.

    HTH,
    RMG


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