is there a simple way to get orange to export the data to a file which can be uploaded to an sql database? (like a tool to run on the actual dbase files) or is it easiest to create a template to do this? I basically want a series of rows of data like this: (but including all the fields possible)

INSERT INTO xxx (id, artist, album, year, genre, live, format, bitrate, picture, genre, notes, length) VALUES('', '$artist', '$album', '$year', '$genre', '$live', '$format', '$bitrate', '$picture', '$genre', '$notes', '$length');

where $genre = rock etc.
Ill want one of each of these for each album - is there a template anyone has made to do this? i cant remember all the orange tags now, been such a long time since i played with this.

Cheers
-V15-