|
ETL-Tools.Info
|
Business Intelligence - Data warehousing - ETL |
|
Source Qualifier transformation
PurposeSource Qualifier (SQ) Transformation selects records from various sources - those can be flat files, relational tables, Informatica PowerExchange services. It provides an efficient way to filter input columns (or fields) and to perform joins.
Converting datatypesData can be converted from one type to another by: More detailed information on converting data types in Informatica Client Help: 'Port-to-Port Data Conversion' topic Example
A sample use of Source Qualifier for a Flat File source (top) and ODBC database source (bottom). Note the datatype change for some columns. Useful tips
Back to the Informatica tutorial CommentsAdd a comment |
|
All Rights Reserved |
I am fcnaig exactly the problem that you described here. I am working on a swimming pool maintenance log application. First I tried to model my data with relational constraints, but I soon realized that is pushing an apple through a key hole. I am now looking for a more appropriate data store and model. My domain seems to be perfect for duck typing. I hope ending up with about 10 types of building blocks instead of 20 hierarchical tables. My next challenge is to find a duck type data store. Do you have any recommendations?