Hello SDNers,
I am using DMEE trxn to generate a DME file (through F110). Currently the file i am generation looks something like this:
{4:<LF>
:20:0901260000000001<LF>
:12:151<LF>
:77E::B01:090126<LF>
:B1T:0000000001BGN1200,00 <LF>
:52D:TTBB9400 <LF>
SG Expressbank <LF>
:57D:9661 <LF>
Bulgarska Narodna Banka <LF>
I want to remove the spaces between the texts and line feed <LF>. I want the output as:
{4:<LF>
:20:0901260000000001<LF>
:12:151<LF>
:77E::B01:090126<LF>
:B1T:0000000001BGN1200,00<LF>
:52D:TTBB9400<LF>
SG Expressbank<LF>
:57D:9661<LF>
Bulgarska Narodna Banka<LF>
Any inputs for this requirement ?
BR,
Suhas