The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

The result will be in file.csv (or file-1.csv, file-2.csv, etc; no overwriting of existing files).

BUGS

Minimal documentation, error management and testing. All types of missing values in the .dta file are turned into blank cells in the CSV. Probably some other problems.

NO WARRANTY

This code comes with ABSOLUTELY NO WARRANTY of any kind.

AUTHOR

Copyright 2007, 2008, 2014 Reckon LLP and Franck Latrémolière. http://www.reckon.co.uk/staff/franck/

LICENCE

This is free software; you can redistribute it and/or modify it under the same terms as Perl.

SEE ALSO

Parse::Stata::DtaReader does the parsing.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 28:

Non-ASCII character seen before =encoding in 'Latrémolière.'. Assuming UTF-8