Convert bit to True False

Home Page Forums BizTalk 2004 – BizTalk 2010 Convert bit to True False

Viewing 1 reply thread
  • Author
    Posts
    • #15396

      Ok.. this is likely very simple. But being new to BizTalk for some reason I can’t get this figured out.

      I have a map for a source to destination schema. Source schema is Bit 1|0 and when the column gets to the source destination I want it to read either True|False how do I do that? What functoid and how?

      Thanks.

      • #15397

        Ok… I thought about doing it that way, but wondered if there was a built in support besides scripts that does mapping/replacement of data.

    • #15395

      write a scriptoid to evaluate the bit and output \”true\” or \”false\” in the corresponding case.

      The parameters are passed between functoids as strings, so you can output the literal strings \”true\” or \”false\”.

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