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
1. <databasemap> : signals the start of the database map
4
+
2. <tablemap> : signals start of the table map
5
+
3. <source> : when enclosed inside <tablemap></tablemap> tags, it refers to the source table and when enclosed inside <attrmap></attrmap> tags, it refers to the source attribute
6
+
4. <dest> : when enclosed inside <tablemap></tablemap> tags, it refers to the destination table and when enclosed inside <attrmap></attrmap> tags, it refers to the destination attribute
7
+
5. <sourcetimestamp> : refers to the source table's timestamp attribute
8
+
6. <desttimestamp> : refers to the source table's timestamp attribute
9
+
7. <attrmap> : signals start of an attribute map; always sits inside a table map
10
+
8. <type> : type of attributes in a nattribute map, can only take two values, STRING and NUMERICAL (case-sensitive)
11
+
12
+
Make sure to close all tags properly. Also, the tags themselves (both opening and closing separately) have to be written on a new line with the tag information in between them on a line of its own.
13
+
14
+
For a complete understanding, check the sample.dmml file.
0 commit comments