in reply to Re: Value of a query is returning without any delimiter
in thread Value of a query is returning without any delimiter
As described here:
csv (out => ""$mycrdir/file_detail.csv", in => sub { $sth->fetch }, qu +ote_empty => 1); csv (out => ""$mycrdir/file_detail.txt", in => sub { $sth->fetch }, qu +ote_empty => 1, sep => "|"); # or " " for space
|
|---|