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
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.
|
---|