I am trying to create a lookup set using CM desktop , version 24.3 , and the lookup set has around 700+ entries. It would be better if we can import the values from a csv or any other method. Any help would be appreciated.
thank You.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
I am trying to create a lookup set using CM desktop , version 24.3 , and the lookup set has around 700+ entries. It would be better if we can import the values from a csv or any other method. Any help would be appreciated.
thank You.
Hi Anupam
Look at using the DataPort utility to import the lookup set, using the online help.
This by default only uses a Tab delimited format unless a custom importer is written.
The easiest way to check how to format the import file is to export a lookup set and select all the relevant fields
From the exported metadata file, you can then review the format and then provide alternate data, e.g. via a csv saved in Tab delimited format ( and also a UTF encoding)
Then run a DataPort import project supplying the new metadata file and in the configuration map the fields(columns) in the metadata sheet to the lookup set fields.
Hi Anupam
Look at using the DataPort utility to import the lookup set, using the online help.
This by default only uses a Tab delimited format unless a custom importer is written.
The easiest way to check how to format the import file is to export a lookup set and select all the relevant fields
From the exported metadata file, you can then review the format and then provide alternate data, e.g. via a csv saved in Tab delimited format ( and also a UTF encoding)
Then run a DataPort import project supplying the new metadata file and in the configuration map the fields(columns) in the metadata sheet to the lookup set fields.
Thanks for the help. I believe that Dataport utility comes as a separate package and we have to add it to utility package or something. But I will definitely look into it. Thanks for the headstart.