I have a two Confluence databases
1. Schemata. This is the parent table to the Tables database and I have already populated it.
2. Tables This is the "logical" child database of Schemata. I want to populate this with a CSV
Schemata has a column/field called schema
I want Tables to have a schema column as well
I have been unable to figure out how to get the import CSV functionality to map incoming values with the schema column using an Entity Link field. I've tried several different approaches including importing it as text and then trying to convert the field type. But nothing has succeeded. I have 244 rows to import so doing this manually would be very error prone not to mention super tedious.