How to remove segment name

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to remove segment name

  • Creator
    Topic
  • #54529
    Tahir Shaikh
    Participant

      I am splitting my web service response containing data for many DFT messages into multiple DFT. For that I have created an xlate and using CONTINUE-SUPPRESS. To avoid the issue of unwanted FT1 segments going out for consecutive DFT messages, I am making FT1 null after CONTINUE in xlate.

      Everything works fine but the issue is even though I am making FT1 segments as null, only segment name appears.

      FT1||3|210|20150115215856||Charge|^Tx Plan Simple^77261^^Professional|||1|0.0000|0.0000|^TestOncology||0.0000|^^^ACHospital||||||0.0000|210|SysAdmin|77261

      FT1

    Viewing 1 reply thread
    • Author
      Replies
      • #81855
        Jim Kosloskey
        Participant

          The FT1 in your outbound variant is defined as required.

          Two ways – if you are using BULKCOPY – don’t copy only what you want thus not copying (PATHCOPY or COPY) the offending FT1 segments and they will not appear.

          If you continue to use BULKCOPY then change your variant definiition to indicate the FT1 is optional.

          email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.

        • #81856
          Tahir Shaikh
          Participant

            Thanks Jim

            In my case ,making FT1 optional in variant works

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.