why we use source qualifier transformation?
Answers were Sorted based on User's Feedback
Answer / vanitha
Source Qualifier Transformation basically converts
different data types to Informatica Compatible Data types.
The additional Feature of it to allow the developer to
override the SQL (Only while reading database sources) adds
better design in the map. [instead of having additional
Filters and Sorters].
| Is This Answer Correct ? | 69 Yes | 2 No |
Answer / manoj
source qualifier transformation represent the records that
the informatica server reads when it runs a session.
| Is This Answer Correct ? | 38 Yes | 8 No |
Answer / ankit
Source qualifier is the first transformation which reads
data from relation of FF source.
With SQ we can limit the source data or sort or aggregate
or remove the dupliate data via SQL Query.
| Is This Answer Correct ? | 27 Yes | 7 No |
Answer / pooja amhed
hi,
we use SQ trans as 1st trans due to its properties. in SQ
trans i means at the begin of extracting of data its self
we can remove duplicate ,we can filter,join,override the
query,pre and post sql querey.... in orther words we use it
to impore the performance.
| Is This Answer Correct ? | 16 Yes | 4 No |
Answer / vidya acharya
1. SOURCE QUALIFIER TRANSFORMATION represents the rows that informatica powercenter server reads from RELATIONAL or FLAT FILE SOURCE when it runs the session.
2. When relational or flat file source definition is added to the mapping, informatica server creates the SQ by default. thus, its a default transformation in informatica.
3. Any source(relational/flat file) cannot be read without using SQ as it converts the database specific datatype to informatica native datatype.
4. For relational sources, additional properties can be configured:
- join 2 or more table originating from same source
- source filter.
- number of sorted ports
- select distinct rows
- user defined join
- specify pre-sql and post-sql query
- sql override.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ravi kumar
This type of an active transmission. which allows to read the data from relational or flat file.
Ex: our source Or flat file is relational that session reads the data through source qualifier. so when ever our source is relational or flat file we must and should use this. with out source qualifier session cann't read the data. when it run time
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srikanth reddy
source qualifier transformation mainly used in it converts
the data types into informatica level
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ashok teja
SQ/T IS USED TO CONVERTS THE DATA INTO INFORMATICA
UNDERSTANDABLE FORMAT...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vankayalapati sankar
souce qualifies transformation we can use to reduce the perfomence tunning pupose and minimum four transformations cover in it.what are those 0ne resone two join the two table in this case we can use the joiner transfomation,secound resone filter condition applied in source filter option in source qualifier transformation in that case filter tranformation cover it.third resone distinct option we can use to dublicate records remove in that case sorter tranformation cover.fourth resone sql qerry write in sql qerry option use it.in that case lookup transformation cover
| Is This Answer Correct ? | 1 Yes | 0 No |
Router T/R is active but some people are saying it is also passive which is exactly right?
Is scd logic we have lookup right to compare the values with source and target,instead of lookup can u have any transformation or any way to do this?
What are Dimensional table?
If a table contains 100 records we have to fetch 50-100 records from source to target?how
How do you handle two sessions in Informatica
What are the active and passive transforamtions?
Can any one explain or sujjest some sites for scd mappings.Thank you
Is it possible to define a single node as a Gateway node as well as worker node?
In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting output as only last record in the table . can any one explain it please.........?
How you load distinct records into one target and duplicate records into another target?
I have Employee table, 10 cols are connected to next transformation, only 4 cols are selected in SQL override. What would be passed to next col.
Explain about Recovering sessions?