Skip to content

Commit 25fe2fd

Browse files
authored
Create DMMLGuide
1 parent 75d120d commit 25fe2fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

DMMLGuide

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
DMML has only x tags -
2+
3+
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

Comments
 (0)