Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<ns1:neftfield xmlns:ns1="http://www.fiorano.com/fesb/activity/neft_rtgs_converter">
   <ns1:blockA_header>
      <ns1:HF_Date>25052012 </ns1:HF_Date>
      <ns1:HF_MUR>521416542 </ns1:HF_MUR>
   </ns1:blockA_header>
   <ns1:block4_message>
      <ns1:fixed>
         <ns1:TransactionRef_2020>TransactionR </ns1:TransactionRef_2020>
         <ns1:RelatedRef_2006>RelatedRe </ns1:RelatedRef_2006>
         <ns1:ClearingEntity_6726>gsdgsd12345 </ns1:ClearingEntity_6726>
         <ns1:ClearingType_8191>CD </ns1:ClearingType_8191>
         <ns1:ReturnIndicator_6448>G </ns1:ReturnIndicator_6448>
         <ns1:LastReturnIndic_6426>L </ns1:LastReturnIndic_6426>
         <ns1:SenderToRecInfo_7495>
            <ns1:Line1_Child7.01>Line1_Child7.0, df1, fsfef, sf </ns1:Line1_Child7.01>
            <ns1:Line2_Child7.02>Line2_Child7.02, fdfsf </ns1:Line2_Child7.02>
            <ns1:Line3_Child7.03>Line3_Child7.03 </ns1:Line3_Child7.03>
            <ns1:Line4_Child7.04>Line4_Child7.04 </ns1:Line4_Child7.04>
            <ns1:Line5_Child7.05>Line5_Child7.05 </ns1:Line5_Child7.05>
            <ns1:Line6_Child7.06>Line6_Child7.06 </ns1:Line6_Child7.06>
         </ns1:SenderToRecInfo_7495>
      </ns1:fixed>
      <ns1:repeating>
         <ns1:ClearingParty_6656>124536_6656 </ns1:ClearingParty_6656>
         <ns1:NetClearingValue_4276>
            <ns1:CreditDebit_Child2.01>D </ns1:CreditDebit_Child2.01>
            <ns1:Value_Child2.02>15254,00 </ns1:Value_Child2.02>
         </ns1:NetClearingValue_4276>
      </ns1:repeating>
   </ns1:block4_message>
</ns1:neftfield>

 

...

Output

{HDFC0001543ICIC000475225052012521416542}{4::2020:TransactionR:2006:RelatedRe:6726:gsdgsd12345:8191:CD:6448:G:6426:L:7495:Line1_Child7.0, df1, fsfef, sfLine2_Child7.02, fdfsfLine3_Child7.03Line4_Child7.04Line5_Child7.05Line6_Child7.06:6656:124536_6656:4276:D15254,00-}

Scenario 2

Connect the Feeder component to the input port and the Display component to the output port of the NEFTConverter. Configure the component to NEFT/RTGS to XML mode, and set the NEFT/RTGS Message with block A and block 4 as the default input in the Feeder. The fields configured in the CPS for Header message will be used for converting the NEFT/RTGS transaction to XML and field values will be validated as per the configuration setup in the component CPS.

...

Code Block
{HDFC0001543ICIC000475225052012521416542}{4::2020:TransactionR:2006:RelatedRe:6726:gsdgsd12345:8191:CD:6448:G:6426:L:7495:Line1_Child7.0, df1, fsfef, sfLine2_Child7.02, fdfsfLine3_Child7.03Line4_Child7.04Line5_Child7.05Line6_Child7.06:6656:124536_6656:4276:D15254,00-}

Output

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<ns1:neftfield xmlns:ns1="http://www.fiorano.com/fesb/activity/neft_rtgs_converter">
   <ns1:blockA_header>
      <ns1:HF_Date>25052012</ns1:HF_Date>
      <ns1:HF_MUR>521416542</ns1:HF_MUR>
   </ns1:blockA_header>
   <ns1:block4_message>
      <ns1:fixed>
         <ns1:TransactionRef_2020>TransactionR</ns1:TransactionRef_2020>
         <ns1:RelatedRef_2006>RelatedRe</ns1:RelatedRef_2006>
         <ns1:ClearingEntity_6726>gsdgsd12345</ns1:ClearingEntity_6726>
         <ns1:ClearingType_8191>CD</ns1:ClearingType_8191>
         <ns1:ReturnIndicator_6448>G</ns1:ReturnIndicator_6448>
         <ns1:LastReturnIndic_6426>L</ns1:LastReturnIndic_6426>
         <ns1:SenderToRecInfo_7495>
            <ns1:Line1_Child7.01>Line1_Child7.0, df1, fsfef, sf</ns1:Line1_Child7.01>
            <ns1:Line2_Child7.02>Line2_Child7.02, fdfsf</ns1:Line2_Child7.02>
            <ns1:Line3_Child7.03>Line3_Child7.03</ns1:Line3_Child7.03>
            <ns1:Line4_Child7.04>Line4_Child7.04</ns1:Line4_Child7.04>
            <ns1:Line5_Child7.05>Line5_Child7.05</ns1:Line5_Child7.05>
            <ns1:Line6_Child7.06>Line6_Child7.06</ns1:Line6_Child7.06>
         </ns1:SenderToRecInfo_7495>
      </ns1:fixed>
      <ns1:repeating>
         <ns1:ClearingParty_6656>124536_6656</ns1:ClearingParty_6656>
         <ns1:NetClearingValue_4276>
            <ns1:CreditDebit_Child2.01>D</ns1:CreditDebit_Child2.01>
            <ns1:Value_Child2.02>15254,00</ns1:Value_Child2.02>
         </ns1:NetClearingValue_4276>
      </ns1:repeating>
   </ns1:block4_message>
</ns1:neftfield>

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<ns1:neftfield xmlns:ns1="http://www.fiorano.com/fesb/activity/neft_rtgs_converter">
   <ns1:blockA_header>
      <ns1:HF_Date>25052012</ns1:HF_Date>
      <ns1:HF_MUR>521416542</ns1:HF_MUR>
   </ns1:blockA_header>
   <ns1:block4_message>
      <ns1:fixed>
         <ns1:TransactionRef_2020>TransactionR</ns1:TransactionRef_2020>
         <ns1:ClearingType_8191>CD</ns1:ClearingType_8191>
         <ns1:LastReturnIndic_6426>L</ns1:LastReturnIndic_6426>
         <ns1:SenderToRecInfo_7495>
            <ns1:Line1_Child7.01>Line1_Child7.0, df1, fsfef, sf</ns1:Line1_Child7.01>
            <ns1:Line2_Child7.02>Line2_Child7.02, fdfsf</ns1:Line2_Child7.02>
            <ns1:Line3_Child7.03>Line3_Child7.03</ns1:Line3_Child7.03>
            <ns1:Line4_Child7.04>Line4_Child7.04</ns1:Line4_Child7.04>
            <ns1:Line5_Child7.05>Line5_Child7.05</ns1:Line5_Child7.05>
            <ns1:Line6_Child7.06>Line6_Child7.06</ns1:Line6_Child7.06>
         </ns1:SenderToRecInfo_7495>
      </ns1:fixed>
      <ns1:repeating>
         <ns1:ClearingParty_6656>124536_6656</ns1:ClearingParty_6656>
         <ns1:NetClearingValue_4276>
            <ns1:CreditDebit_Child2.01>D</ns1:CreditDebit_Child2.01>
            <ns1:Value_Child2.02>15254,00</ns1:Value_Child2.02>
         </ns1:NetClearingValue_4276>
      </ns1:repeating>
   </ns1:block4_message>
</ns1:neftfield>

Output

...

{HDFC0001543ICIC000475225052012521416542}{4::2020:TransactionR:2006:RelatedRe:6726:gsdgsd12345:8191:CD:6448:G:6426:L:7495:Line1_Child7.0, df1, fsfef, sfLine2_Child7.02, fdfsfLine3_Child7.03Line4_Child7.04Line5_Child7.05Line6_Child7.06:6656:124536_6656:4276:D15254,00-}


 

Adaptavist ThemeBuilder EngineAtlassian Confluence