Please advise on tMap in Talend Studio 7.3. We have Length set to 3. Does it mean that strings of large size will be trimmed to 3 characters silently? We have some runtime exception in this case and it's not clear if it's going through tMap.
The length field of schema will be used to when creating table on tDBOutput components or validating the data on tSchemaCompilanceCheck component, it will not trim the string to 3 characters.