dta2csv - command-line tool to convert Stata 8 and Stata 10 .dta files to csv
This is a simple command line tool using File::Stata::DtaReader, with no documentation and poor error management. All types of missing values in the .dta file are turned into blank cells in the CSV.
Written by Franck Latremoliere. Copyright (c) 2007 Reckon LLP. http://www.reckon.co.uk/staff/franck/
This program is free software; you can use, redistribute and/or modify it under the same terms as Perl itself (Artistic Licence or GNU GPL).