in Technology by
What is the use of source qualifier?

1 Answer

0 votes
by

The source qualifier transformation is an active, connected transformation used to represent the rows that the integrations service reads when it runs a session. You need to connect the source qualifier transformation to the relational or flat file definition in a mapping. The source qualifier transformation converts the source data types to the Informatica native data types. So, you should not alter the data types of the ports in the source qualifier transformation.

The source qualifier transformation can be used to perform the following tasks:

  • Joins: You can join two or more tables from the same source database. By default, the sources are joined based on the primary key-foreign key relationships. This can be changed by explicitly specifying the join condition in the “user-defined join” property.
  • Filter rows: You can filter the rows from the source database. The integration service adds a WHERE clause to the default query.
  • Sorting input: You can sort the source data by specifying the number for sorted ports. The integration service adds an ORDER BY clause to the default SQL query
  • Distinct rows: You can get distinct rows from the source by choosing the “Select Distinct” property. The integration service adds a SELECT DISTINCT statement to the default SQL query.
  • Custom SQL Query: You can write your own SQL query to do calculations.

Related questions

0 votes
    What are the differences between Source Qualifier and Joiner Transformation?...
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    Differentiate between Source Qualifier and Filter Transformation?...
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    I want to transfer the contents from part of the a 'Type' array to an excel range (see example ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    Can we use non-used columns (columns that are not used in reports but used in data source) in Tableau Filters?...
asked Oct 29, 2020 in Technology by JackTerrance
0 votes
    I am trying to use change tracking to copy data incrementally from a SQL Server to an Azure SQL Database. I ... change tracking table? Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what tool does a programmer use to produce python source code? Select the correct answer from above options...
asked Jan 8, 2022 in Education by JackTerrance
0 votes
    Which of the following properties aim to generate a trail to identify the source and path of attack? A. Repudiation B. Resilience C. Traceability D. Accountability...
asked Feb 25, 2023 in Technology by JackTerrance
0 votes
    If end to end delay is given by dend-end = N(dproc + dtrans + dprop) is a non congested network. The number of routers between source and destination is? A. N/2 B. N C. N-1 D. 2N...
asked Jan 8, 2023 in Technology by JackTerrance
0 votes
    If there are N routers from source to destination, the total end to end delay in sending packet P(L-> number of bits in the packet R-> ... N B. (N*L)/R C. (2N*L)/R D. L/R...
asked Jan 6, 2023 in Technology by JackTerrance
0 votes
    Source coding block is used for? a) Compressing b) Digitizing c) A/D conversion d) All of the mentioned...
asked Dec 31, 2022 in Technology by JackTerrance
0 votes
    HBase is an open source implementation of Googles Bigtable. (1)False (2)True...
asked Sep 23, 2021 in Technology by JackTerrance
0 votes
    ____________ is an open source tool developed by HashiCorp. 1. Chef 2. Terraform 3. CloudFormation 4. Puppet...
asked Sep 18, 2021 in Technology by JackTerrance
0 votes
    Source Processor does not have any downstream processors. (1)True (2)False...
asked Jun 16, 2021 in Technology by JackTerrance
0 votes
    Apache Hadoop is an open source project. Is the statement correct? a)False b)True...
asked Apr 29, 2021 in Technology by JackTerrance
0 votes
    Source Command in Cassandra is used to? (1)debug a file (2)execute a file (3)run a file (4)combile a file...
asked Apr 17, 2021 in Technology by JackTerrance
...