Image 1, The Marshal Model used in this example.
To execute the export, click on the
button in the tool strip, or select Export in the File Menu.
- Browse to the directory where you want to export the data.
- Give the export job a name. A folder with this name will be created and this folder will contain the export.
- If you wish, you can add a filter, that is passed to the root node harvester. The syntax of the filter depends on the harvester used. Please review the Harvester documentation for appropriate filter syntax.
- You can enter additional custom headers to your export at execution time. The syntax is Name1=Value1&Name2=Value2&Name3=Value3 etc., i.e. the same syntax as the query string in a web browser.
When you are satisfied with your settings, click on the Export button.
Image 2, The Marshal Editor export from - Progress tab
The statistics tab gives you detailed information about the executed queries. You can see how many times each query executed, how many rows they resulted in as well as the execution time of the queries. You will immediatelly see which queries are slow allowing you to optimize your queries and indexes.
Image 3, The Marshal Editor export form - Statistics tab
Example export
Using the model displayed in image 1 we list all releases for all artists matching the supplied export filter, and all tracks for each release and finally retrieve the lyrics for each track. We have supplied the filter query=artist:powter, see image 2, meaning that we want to list all artists having a name containing "powter". This is the result.
Image 4, An example export