What is a good tool to use to automate or semi-automate (ie give a good headstart) the process of taking a rectangle of data from a statistics package like SPSS and:
- saving the main rectangle data in text format that can be read by a database
- saving additional files for other reference tables (eg value labels)
- drafting (probably to be polished up by hand) a script or batch file with the SQL to create the tables and columns in a database and import the text files as rows of data in the relevant tables?
I doubt full automation is possible but this must be a reasonably common task. We have about a dozen such datasets, some with several hundred variables, that we want to set up in a relational database (Oracle, if that makes any difference). There is no conceptual difficulty in doing this by hand other than prohibitive cost.
I feel there must be such a tool available but I am clearly searching in the wrong places or using the wrong terminology.
(edit - added the R tag because in my own answer to this I am using it as part of the solution)