Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Parsing MS SQL CSV export with Text::CSV_XS

by andyford (Curate)
on Oct 22, 2008 at 18:18 UTC ( [id://718823]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print @$row;
        print Data::Dumper->Dump($row);
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        my ($x,$y,$z) = split /,/;
        print "x: $x\n";
    }
    
  3. or download this
    x: ˙ūDARK01DGBBHF1D
    x: DARK01JDM0HF1D
    x: 191WA357Z1F811
    x: 1952AF2-L3A3567
    x:
    
  4. or download this
    use strict;
    use warnings;
    ...
        print "x: $x\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://718823]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-23 09:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found