biztalk server

Viewing 1 reply thread
  • Author
    Posts
    • #24836

      what is exact meaning of delemeter?

    • #24837

      WHAT EXACT MEANING OF DELEMETER IN FLAT FILE SCHEMA?

      • #24840

        A delimiter marks the boundary between records or fields.
        For example
        In a text file each line can be delimited by the carriage return, line feed.
        line1 CRLF
        line2 CRLF

        You cannot see the CRLF characters in a text editor, but if you open the file in binary mode you will see 0x0D and 0x0A characters at the end of each line.

        In a csv file, each field is delimited by a comma.
        field1, field2, field3.

        The delimiter tells the parser when to stop reading one record or field and when to start the next one.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.