in reply to Re^2: Merging 2 lines based on a string
in thread Merging 2 lines based on a string

Output format is like below
Line1: VSIN .... (Space) SETTLEMENT CURRENCY .... Line2: VJRE ... Line3: VJRE ... Line4: VSIN .... (Space) SETTLEMENT CURRENCY .... Line5: VJRE .... Line6: VJRE .... Line7: VJRE... Line8: VSIN. ...(Space) SETTLEMENT CURRENCY....

Replies are listed 'Best First'.
Re^4: Merging 2 lines based on a string
by Happy-the-monk (Canon) on Feb 05, 2015 at 10:06 UTC

    Please show us what you have tried and where it is failing you. Show us the perl code.

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)

Re^4: Merging 2 lines based on a string
by vsmeruga (Acolyte) on Feb 05, 2015 at 12:44 UTC
    Hi I am not a perl programmer. I am an architect. Can yo please let me + know if you need further information on this. Many Thanks

      This site is more for Perl programmers and people solving their problems and having fun with Perl.

      Maybe you can ask your programmers where your architecture cannot be implemented by them?

Re^4: Merging 2 lines based on a string
by vsmeruga (Acolyte) on Feb 05, 2015 at 14:38 UTC
    I tried in Unix(awk command). And I got close answer. which I can get +away with it for the time being. Many Thanks for your time .