I have a client who wishes to convert Stata(dta) files to CSVs, though googling around I have managed to find that you can read DTA files using R, I don't know R but once I get the data into Java it should be simple enough.
I found Renjin, an R interpreter for Java unfortunately there are no tools inside Renjin to load DTA files and no way I can figure out to load the known solutions (1 or 2) into the Renjin library.
Is there some other way to do this? Something I am missing with Renjin?
The only other method is using Jython and Pandas, A work around that may be too complex for my client to configure properly.