Difference between revisions of "Guide to General Import and Export"
From Agility
(Created page with "= GIAE functionality overview =") |
(→GIAE functionality overview) |
||
| Line 1: | Line 1: | ||
= GIAE functionality overview = | = GIAE functionality overview = | ||
| + | This functionality allows export of data from agility to any text based file format (xml, comma separated value, html etc.). The export and import procedures can be run at defined intervals from the background process or manually. Additionally the export function can be defined as a monitor expression that will execute based upon a condition. | ||
| + | It is also possible to publish the Import definition as web service and the export definition as a web service client. This functionality allows distribution of Agility data to other systems | ||
| + | |||
| + | == Before you start == | ||
| + | == General Export == | ||
| + | |||
| + | === Simple export example === | ||
| + | |||
| + | === The Export Definition === | ||
| + | |||
| + | === Functional way of describing XML/HTML === | ||
| + | |||
| + | === Generating JSON output === | ||
| + | |||
| + | === Export confinguration options can be found under 'configuration/interface' section: === | ||
| + | |||
| + | === Export Data to Pipe from scan === | ||
| + | |||
| + | === Export on Event === | ||
| + | |||
| + | === Export to Remote Connection === | ||
| + | |||
| + | === Export and Import Queue === | ||
| + | |||
| + | == General Import == | ||
| + | |||
| + | === Import definition extensions for web === | ||
| + | |||
| + | === Import configuration === | ||
| + | |||
| + | === Logging to system === | ||
| + | |||
| + | === Binding Import Data request with import definition === | ||
| + | |||
| + | === What else is there? === | ||
| + | |||
| + | == Exchange data with localization == | ||
Revision as of 13:10, 3 July 2017
Contents
- 1 GIAE functionality overview
- 1.1 Before you start
- 1.2 General Export
- 1.2.1 Simple export example
- 1.2.2 The Export Definition
- 1.2.3 Functional way of describing XML/HTML
- 1.2.4 Generating JSON output
- 1.2.5 Export confinguration options can be found under 'configuration/interface' section:
- 1.2.6 Export Data to Pipe from scan
- 1.2.7 Export on Event
- 1.2.8 Export to Remote Connection
- 1.2.9 Export and Import Queue
- 1.3 General Import
- 1.4 Exchange data with localization
GIAE functionality overview
This functionality allows export of data from agility to any text based file format (xml, comma separated value, html etc.). The export and import procedures can be run at defined intervals from the background process or manually. Additionally the export function can be defined as a monitor expression that will execute based upon a condition. It is also possible to publish the Import definition as web service and the export definition as a web service client. This functionality allows distribution of Agility data to other systems