maestromani has asked for the wisdom of the Perl Monks concerning the following question:
I’m in the process of export records from clearquest in csv file using perl. Since I’m using cqperl to run my perl script I can’t use any extra function like “Text::CSV”, normal perl I can’t use because I use lot of Clearquest API.
Problem I’m facing is some of the field in CQ has value as “bob Carriage return tom Carriage return Mike” while impoting in csv these guys are moving as separate row. This is causing unwanted problem for me. How can I move these values as bob-tom-mike or move it to different column.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Generating csv file.
by jethro (Monsignor) on Mar 03, 2011 at 11:07 UTC | |
by ELISHEVA (Prior) on Mar 03, 2011 at 15:43 UTC | |
by ikegami (Patriarch) on Mar 03, 2011 at 18:56 UTC | |
|
Re: Generating csv file.
by Neighbour (Friar) on Mar 03, 2011 at 14:09 UTC |