Copying string table keys to asset table

Is there a way to copy the keys of a string table into an asset table? I’m using string table for localized text and an asset table for the voice overs and the tables should use the same keys. I can’t seem to find any way to copy the keys, except maybe by opening the shared_data.asset, but that has the IDs included and I probably shouldn’t use the same IDs. I have hundreds of entries and entering them manually seems very error prone, not to mention tedious.

This can be done through a script Scripting | Localization | 1.5.3

Get the collection and copy across the entries to the other collection. Make sure to mark the table and shared table data as dirty so the changes wont be lost.