This app can convert your Stata .dta file, Excel .xlsx/.xls file, and Gauss file to .csv file with ascii/utf-8 encoding.
For now you need Python and according libraries to use it. The future version will provide Windows .exe file and Mac .app file.
You may download the .py file here.
Please install pandas, astropy, and tkinter.
-
The instruction for install python. https://sites.google.com/view/econman/install-python-and-spyder-ide-the-hard-way
-
To install the required packages, type
pip install pandas astropy
- To run this converter, type
python file_converter.py
version 1.1: Now can convert Gauss data to other data types.