Scenario:
Is it possible to use a parameter to specify the 'Table Name Prefix'?
Yes, you can use the parameter for specifying the tablename prefix.
Say suppose if you have table x with different tablename prefix like p1.x and p2.x
you can load into the tables seperately by specifying the tablenameprefix value in the parameter file.
All you need to do is to create a workflow variable and assign value to the variable in the param file.Use that variable in the table prefix property
Is it possible to use a parameter to specify the 'Table Name Prefix'?
Solution:
Say suppose if you have table x with different tablename prefix like p1.x and p2.x
you can load into the tables seperately by specifying the tablenameprefix value in the parameter file.
All you need to do is to create a workflow variable and assign value to the variable in the param file.Use that variable in the table prefix property
Comments
Post a Comment