dasun has asked for the wisdom of the Perl Monks concerning the following question:
Any suggestion how to create a file where the values are separated by ASCII code 1 (binary1),with data extracted from a table using shell script The format is :
columnname1(binary1)columnvalue(binary1)columnname2(binary1)columnvalue(binary1)columnname3(binary1)columnvalue... 1st row columnname1(binary1)columnvalue(binary1)columnname2(binary1)columnvalue(binary1)columnname3(binary1)columnvalue.. second row
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating data delimited by ASCII code 1 using perl
by haukex (Archbishop) on Jun 21, 2019 at 08:06 UTC | |
|
Re: Creating data delimited by ASCII code 1 using perl
by johngg (Canon) on Jun 21, 2019 at 09:47 UTC | |
|
Re: Creating data delimited by ASCII code 1 using perl
by shmem (Chancellor) on Jun 21, 2019 at 12:07 UTC | |
by haukex (Archbishop) on Jun 21, 2019 at 13:20 UTC | |
|
Re: Creating data delimited by ASCII code 1 using perl
by ikegami (Patriarch) on Jun 21, 2019 at 20:56 UTC |