EXPORT
Exports a domain to a table or a file. The syntax is:
Syntax
EXPORT [Export target] [Target name] [Query resolution table]
[Query columns] [Filter]
Parameters
Export target and Target name
Defines the object to where the data is exported. The export target can be:
*
Defines new or existing database and table names.
*
Defines a CSV file name. Columns are delimited by the pipe (|) character. The file is stored in:
C:\Program Files\Actuate11SP4\BIRTAnalytics\dubnium
*
Defines a file name. The columns have fixed length and the file is saved in:
C:\Program Files\Actuate11SP4\BIRTAnalytics\dubnium
Query resolution table
Defines the table you are exporting data from.
Query columns
Defines the query columns. Each column must be defined on a separate line, using the full name in the following format:
[Database].[Table].[Column]
To export the whole table, do not define columns.
Filter
Defines a domain you are using to filter the data. Filter is a required parameter.
How to export to a database
You have to choose the database where you want the new table to be created, the name of the new table, and the columns to be created in the destination table.
1  
2  
Figure 5-47  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
Figure 5-48  
How to export data to a text file
1  
2  
Figure 5-49  
3  
4  
5  
6  
7  
8  
9  
10  
11  
C:\Program Files\Actuate11SP4\BIRTAnalytics\dubnium
The file format uses a pipe (|) as a column character delimiter, and CRLF as the end-of-line character, as shown in Listing 5-1.
Listing 5-1  
114|Melbourne|Victoria|Australia
119|Nantes||France
124|San Rafael|CA|USA
131|NYC|NY|USA
141|Madrid||Spain
146|Lyon||France
How to export to a fixed-length file
1  
2  
Figure 5-50  
3  
4  
5  
6  
7  
8  
9  
10  
11  
C:\Program Files\Actuate11SP4\BIRTAnalytics\dubnium
The file format uses fixed length for saving the data column, as shown in Listing 5-2.
Listing 5-2  
Melbourne Victoria Australia
Nantes France
San Rafael CA USA
NYC NY USA
Madrid Spain
Lyon France

Additional Links:

Copyright Actuate Corporation 2013 BIRT Analytics 4.2