dta2csv - command-line tool to convert Stata 8 and Stata 10 .dta files to csv


NAME

dta2csv - command-line tool to convert Stata 8 and Stata 10 .dta files to csv


SYNOPSIS

dta2csv file.dta [otherfile.dta ...]


BUGS

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.


AUTHOR

Written by Franck Latremoliere. Copyright (c) 2007 Reckon LLP. http://www.reckon.co.uk/staff/franck/


LICENCE

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