I'm developing a dynamic package which creates the source and destination dynamically from the input parameters. Currently It just creates the source and destination components alone and do the mapping. Its working fine with direct mapping. For example, if the source and destination table has same number of columns, data gets loaded provided the data type and the sequence is same. If the source and destination has different count of columns and we want to map the source to particular columns at the target table, how can we achieve this?
↧