fix Bug TDI-18475: tXMLMap can not manage transformationof two independence xml file.
git-svn-id: http://talendforge.org/svn/tos/trunk@75362 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
@@ -19,7 +19,7 @@ public class DocumentLookupCache {
|
||||
cache = new UniqueLookupCache();
|
||||
} else if("FIRST_MATCH".equals(matchingMode)) {
|
||||
cache = new FirstLookupCache();
|
||||
} else if("ALL_MATCHES".equals(matchingMode)) {
|
||||
} else if("ALL_MATCHES".equals(matchingMode) || "ALL_ROWS".equals(matchingMode)) {
|
||||
cache = new AllMatchLookupCache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user