Using the Wrap Character in the Flat File Schema

Home Page Forums BizTalk 2004 – BizTalk 2010 Using the Wrap Character in the Flat File Schema

Viewing 0 reply threads
  • Author
    Posts
    • #26457

      I have to send a Flat File with each text field with the wrap
      character “”. I have requirement that if the field has no data there
      should not be any “” in it. But when I make the wrap Character for a
      field, by default there is “” in the output irrespective of there is
      data or empty. How can I handle this.

      I am getting output as

      “ABC”, “”,”ABC,DEF”,”[email protected]

      “UVW”,”XYZ”,”UVW,XYZ”,””

      But I want it to be

      “ABC”,,”ABC,DEF”,”[email protected]

      “UVW”,”XYZ”,”UVW,XYZ”,

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