Page 1 of 1

Parameterized primary key for sorting and partitioning

Posted: Mon Oct 05, 2015 8:14 am
by sharmabhavesh
Hi,
I have a generic job to load data from a sequential file into a dataset with sorted and partitioned data (with duplicates removed).
I always have a single key primary key and no composite primary key. Can I use a parametrized primary key for loading the data using RCP (since schema is being passed through schema file)