Skip to content

Commit

Permalink
Merge pull request #15 from mattywausb/master
Browse files Browse the repository at this point in the history
Default of case sensivity, Enhances description
  • Loading branch information
jlolling authored Mar 9, 2018
2 parents 03449ca + 2415b83 commit ebd5a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Talend component tHashRow
This component creates a hash value. All configured input columns will be concateneded with the given delimiter. The resulting string will be used to calculate the hash value. Every configured hash input manipulation will be applied, before the hash is calculated and populated to the selected output column.
This component creates a hash value. All configured input columns will be cleansed according to the given rules and concateneded in the order of the schema with the given delimiter. The resulting string is used to calculate the hash value.

# Basic Settings

Expand Down
2 changes: 1 addition & 1 deletion talend_component/tHashRow/tHashRow_java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ITEM NAME="USE" FIELD="CHECK"/>
<ITEM NAME="TRIM" FIELD="CHECK"/>
<ITEM NAME="CASE_SENSITIVE" FIELD="CLOSED_LIST">
<ITEMS DEFAULT="UPPER_CASE">
<ITEMS DEFAULT="CASE_SENSITIVE">
<ITEM NAME="CASE_SENSITIVE" VALUE="CASE_SENSITIVE"/>
<ITEM NAME="UPPER_CASE" VALUE="UPPER_CASE"/>
<ITEM NAME="LOWER_CASE" VALUE="LOWER_CASE"/>
Expand Down

0 comments on commit ebd5a4b

Please sign in to comment.