Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we perform transformations while copying data from one database to other in Qlik Replciate?
Hello @Sauree_10 ,
Yes. There are different level transformations, table level, and task level (known as global rules. apply for all tables in the task). You may reference to the User Guide about the "transformation":
help it helps.
Regards,
John.
Thanks @john_wang, I am new to Qlik.. anywhere I can check how to do parameterization of jobs and learn the ways for deployment to different enviornment?
Thanks,
Saurabh
Regarding deployment to different environment: export the task from the menu to a .Json file. Manually edit the .json file to change the endpoint definitions (if needed) and the task name as the export process adds additional items to the filename and some .json tag contents. Import the .json file on the other environment. Use caution since the endpoint definitions in the .json file will overwrite the endpoint definition in the other environment which may impact other tasks.