Saving and Using Templates During Data Export
Last modified: October 23, 2019
Template is a set of export settings stored in a file.
It’s no use wasting your time on selecting the same settings each time you export data. Select once, save multiple settings to a file, and use it to have customized export without efforts.
For example, you need to export data from an existing table to text format once a day. You can set up the export options once, and next time all you need to do is to select the Text export format and a location of the data source and click Export. To illustrate the case, let us export data from the sales database to the sales_export.txt file, create a template, and then use it.
To create a template:
-
On the Fusion menu, select Microsoft SQL Server, and click Export Data.
OR
After connecting to a required instance of the Microsoft SQL Server Database Engine, in Database Explorer, click the server name to expand the server tree. Right-click a user database, and then click Export Data on the shortcut menu. The Data Export wizard opens.
-
On the Source page, select a required connection and a database if needed.
-
On the Export Format page, select Text.
-
Specify a path and a name of a destination file (the one where the exported data will be saved.) Click Next.
-
On the Options page, set text alignment to Left and also set the column length to 60. Click Next.
-
Click Export to start exporting the data.
-
To save all settings, click the Save Template button at the bottom and specify a name and a location of a template file in the Save As dialog box. This template will appear in the User templates area of the Template section.
To load a template:
-
On the Fusion menu, select Microsoft SQL Server, and click Export Data.
OR
After connecting to a required instance of the Microsoft SQL Server Database Engine, in Database Explorer, click the server name to expand the server tree. Right-click a user database, and then click Export Data on the shortcut menu. The Data Export wizard opens.
-
In the Templates section, select a previously saved user template.
-
Specify a path and a name of the destination file to save the exported data.
-
On the Source tab, select the Source connection, database, and table.
-
Other user settings are loaded automatically.