Wiki source code of XMLToBDD
Version 8.1 by Assala Chmiti on 2022/02/25 17:03
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == __Definition :__ == | ||
2 | |||
3 | |||
4 | {{{XMLToBDD is used to import the XML file into the database.}}} | ||
5 | |||
6 | == __Icon :__ == | ||
7 | |||
8 | |||
9 | [[image:1645800135302-233.png||height="107" width="116"]] | ||
10 | |||
11 | == __Configuration :__ == | ||
12 | |||
13 | |||
14 | [[image:1645800467704-945.png||height="347" width="370"]] | ||
15 | |||
16 | |||
17 | The following elements are Mandatory for this connector: | ||
18 | |||
19 | **~ Connexion**: the URL to your database, example, URL of SQL server : **jdbc:sqlserver:~/~/[serverName[\instanceName][:portNumber]][;property=value[;property=value]]** | ||
20 | |||
21 | **Output FileName**: the name of the output file after the format file. | ||
22 | |||
23 | **The Format**: the adequate xml file to import the date of the XML file into the database. This example below allows to insert Data from A Table and put it in a AliasTableA element: | ||
24 | |||
25 | |||
26 | [[image:1645801003634-303.png]] | ||
27 | |||
28 | |||
29 |