How to rename table

In my datamapper config I am extracting table data to a table with the default name of “detail”. How can I change the table name to something more meaningful?

Hi Stuart,
in the datamapper go to the extraction step, find the tab step properties in the middle of your screen, under the Extraction definition you will find the data table (default = record.detail)
Here you can change the name to record.tablename.

Thanks. That doesn’t rename the table, it creates a new table with the new name. But nevermind, after realigning my data extracts to the new table and changing my template to use the new table, ! eventually got to a position where the old table was unused and I could delete it, so job done.
Thanks again