Goodevening M. Markismus,
Thank-you for your kind response and for taking the time to make things a little more clear for me.
I made three output txt files; output1,output2 and output3 and finally output4.csv.
I entered one line at a time in linux terminal;
perl -pe 's/\n\n+/\|\|/sg' grandl.txt output1.txt
perl -pe 's/\n/ /sg' output1.txt output2.txt
perl -pe 's/\|\|/\n/sg' output2.txt output3.txt
perl -pe 's/^(\S+)/$1 /sg' output3.txt output4.csv
Where is my error( or errors)?
Cordially,
pz
|