Wiki source code of BddToXml
Version 31.2 by Rabie Chettahi on 2021/03/25 12:08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | = Definition = | ||
6 | |||
7 | BddToXml is to get Data from a database Table. | ||
8 | |||
9 | |||
10 | = Icon = | ||
11 | |||
12 | [[image:2021-03-25 11_46_25-iXPath _ Scenario.png]] | ||
13 | |||
14 | |||
15 | = Configuration = | ||
16 | |||
17 | [[image:2021-03-25 11_48_38-iXPath _ Scenario.png]] | ||
18 | |||
19 | |||
20 | The following elements are Mandatory for this connector: | ||
21 | |||
22 | **The Format**: the xml file that contains the query, this example allows to extract Data from transports Table, and put them in TABLEA element: | ||
23 | |||
24 | [[image:2021-03-25.png]] | ||
25 | |||
26 | |||
27 | **Connexion**: the URL to your database, example, URL of SQL server : **jdbc:sqlserver:~/~/[serverName[\instanceName][:portNumber]][;property=value[;property=value]]** | ||
28 | |||
29 | **Output FileName**: the name of your output file. | ||
30 | |||
31 |