ARC - Export Table Structure as Code with Data
I sometimes create a lookup table and populate it with data during development. When I come to productionise the solution I use Export Structure as Code to create a procedure to build the table during a cutomer upgrade.
It would be useful if you could add an option to also create code to populate the new table with the reference data at the same time as creating the table.
1
vote
Hi Philip, you can do this with the SQL option in the tables to code utility. Choose sql as the type, then check the “include existing data” checkbox.