You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enabled`|`true`| If the database should be used by the app |
39
+
|`sources`|`sources[]`| The sources that should be used by the app, the sources options are listed below |
40
+
|`destination`|`-`| The destination that should be used by the app, the destination options are listed below |
41
+
|`columnNameConversions`|`columnNameConversions[]`| The column name conversions that should be used by the app, the column name conversions options are listed below |
40
42
41
43
#### Sources Options
42
44
@@ -50,7 +52,7 @@ All options inside the `databases.sources` config option.
50
52
|`database`|`-`| The name of the database |
51
53
|`tables`|`tables[]`| The tables of the database the options inside this option are listed below. |
52
54
53
-
#### Tables Options
55
+
#####Tables Options
54
56
55
57
All options inside the `databases.sources.tables` config option.
56
58
@@ -60,11 +62,7 @@ All options inside the `databases.sources.tables` config option.
60
62
|`searchByColumn`|`-`| The column to search by |
61
63
|`mergeColumns`|`-`| The columns to merge, these columns will be added into the merge table |
62
64
63
-
</TabItem>
64
-
65
-
<TabItemvalue="destination"label="Destination">
66
-
67
-
### Destination Options
65
+
#### Destination Options
68
66
69
67
All options inside the `destination` config option.
70
68
@@ -76,5 +74,14 @@ All options inside the `destination` config option.
76
74
|`database`|`-`| The name of the database where the merged table should be created/updated |
77
75
|`table`|`-`| The name of the table that should be created, this table has all the merged data. |
78
76
77
+
#### Column Name Conversions Options
78
+
79
+
All options inside the `columnNameConversions` config option.
0 commit comments