Hi,
I've typical requirement and would like to have a perl script. The requirement is that input rows gets added five per line separated by comma. The input file might contain several rows but will have just one column. That means the perl script should interate down the line picking up five rows, joining them up in one line separated through comma.
Here is something how it would like -
Input File: abc.csv contains:
monday
june
tuesday
thread
file
said
Expected Output File: abc.txt should contain:
monday,june,tuesday,thread,file
said,
Any help in this regard will be appreciated.
Thanks, Pamela Honeycutt