Managing the case-sensitivity in database searches - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

Depending on the configuration of your SQL database, searches in the database may be case sensitive.

Procedure

  1. Edit the <$INSTALLDIR>/conf/datasources.xml file.
  2. To make searches case insensitive, set the value of the <case-sensitive-search> option to false.
    For example:
    <datasources xmlns="http://www.talend.com/mdm/datasources">
        <datasource name="MySQL-DS1">
            <master>
                <type>RDBMS</type>
                <rdbms-configuration>
                    ...
                    <case-sensitive-search>false</case-sensitive-search>
                    ...
                </rdbms-configuration>
            </master>
        </datasource>
    </datasources>
    If this option is not available, all searches performed against the database are case sensitive.