Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Parsing MS SQL CSV export with Text::CSV_XS

by procura (Beadle)
on Oct 27, 2008 at 11:03 UTC ( [id://719722]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ od -t x1 xx.csv
    0000000 ff fe 44 00 41 00 52 00 4b 00 0a 00
    $ perl -we'open $a, "<:encoding(utf16)", "xx.csv" and print <$a>' | od
    + -t x1
    0000000 44 41 52 4b 0a
    $
    

Log In?
Username:
Password:

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

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

    No recent polls found