On Tue, Mar 24, 2009 at 1:26 PM, Rusty Wright <[email protected]> wrote:
> No, sorry, that doesn't help. I looked again on the torque site and can't > find the documentation for the data load file. > > The two urls you gave are for the database schema; I'm asking about the data > file where you load data into the database using the writeDataToDatabase > tag, after it's created the tables. > > I managed to figure it out by searching the mailing list archives, but it > seems quite odd to me that it's apparently completely undocumented. The format for the data file is not fixed, it depends on the schema. There is an Ant task that will generate a data file DTD for a particular schema: http://db.apache.org/ddlutils/ant/org.apache.ddlutils.task.WriteDtdToFileCommand.html Tom
