Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

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

by ig (Vicar)
on Oct 22, 2008 at 22:10 UTC ( [id://718891]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Parsing MS SQL CSV export with Text::CSV_XS
in thread Parsing MS SQL CSV export with Text::CSV_XS

Your file appears to be in unicode format. The leading FEFF bytes are the byte order mark

You can probably save the file from SQL Server in a plain text format. If I remember correctly, output format ASCII txt will do this for some applications.

Alternatively, you can have Perl read and translate the unicode.

  • Comment on Re^5: Parsing MS SQL CSV export with Text::CSV_XS

Log In?
Username:
Password:

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

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

    No recent polls found