Skip to content

Commit ec4541f

Browse files
committed
Update TemplateSampleCustomFunctions.Handlebars
1 parent 6b25e9d commit ec4541f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DataWarehouseAutomation/Sample_Templates/TemplateSampleCustomFunctions.Handlebars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Found a data item mapping from {{sourceDataItems.0.name}} to {{targetDataItem.na
3636
{{#targetDataItemExists "NAME"}}NAME exists{{else}}NAME does not exist{{/targetDataItemExists}}
3737
{{#targetDataItemExists "DATE_OF_BIRTH"}}DATE_OF_BIRTH exists{{else}}DATE_OF_BIRTH does not exist{{/targetDataItemExists}}
3838

39-
The lookup value for 'type' is '{{lookupExtension sourceDataObjects.0.extensions "type"}}'.
39+
The lookup value for 'type' is '{{lookupExtension sourceDataObjects.0.extensions "hint"}}'.
40+
The lookup value for 'type' is '{{lookupExtension extensions "first key"}}'.
4041

4142
-- End of mapping
4243
{{/each}}

0 commit comments

Comments
 (0)