It is possible to create test data for a Physical Data Model. PowerDesigner creates then for every table a CSV file with test data.
Is it possible to feed a PDM in Powerdesigner with CSV files (The other way round)?
Example: I have folowing table
ID | name | age
Via power designer I can create test data as a csv and I would get following file. 1, Peter, 28 2, Marta, 40 3, Joe, 50
I want to do the opposite thing. I want to define a csv file for every table in my pdm and import it so that power designer creates the sql statements that insert the columns into the data base