Is it possible to write a custom python script to generate data based off a column in another table?
Comments
1 comment
-
Hi JasonKar,
Yes it is possible for you to write your own custom python script. Further information can be found in the Generic generators help doc in the Python script section. Also there are example python scripts available here.
As you are looking to generate data from another table, you can map to another table, as per this help page.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.