I hav a source structure in informatica like
col1 number col2 varchar(40) col3 DATE col4 varchar(50) col5 number
and my target definition is like
col4 varchar(50) col1 number col5 number col3 varchar(40) col3 DATE
If i want to load the source records into target i will map the columns appropriately from source to target in a zig zag way
I just want to know that if there is any concept like informatica will automap fields from source to target based on column names i.e if the target columns are shuffled but the column names are the same ...
any suggestions regarding the same would be helpful ..