Csv-converter from naval group

Hello,

I tried to use csv-converter (GitHub - labs4capella/csv-converter ; version csv-converter_1.1.0_capella_5.2.0) with Capella 7.0.1

I created an Excel file with elements of a physical architecture (Physical Node and Behavioral) that I would like to import into a new model (in order to start from an existing physical architecture).

For each element (each Excel row), I filled in the columns as shown below.

Since I want to create a model from external data, I obviously don’t have a Capella ID to provide, so for each row in the ID column, I left it blank.

During the import (command “CSV to Capella”), I received the following message:

How can I populate the ID column or specify that I expect the tool to create the IDs itself?

Is there any support document for this add-on?

Thank you for your help

The import file looks like this.

To create : “true”

visibleInDoc : “true”

nature :“NODE” ou “BEHAVIOR”

kind : “HARDWARE COMPUTER” ou “SOFTWARE”

actor : “false”

name : des noms différent par composant

visibleInLM : “true”

human “false”

I had a quick look in the github in the test folder, there are some import test with csv exemple. I see they are using what looks like an excel function to generate these IDs. For exemple, look at csv-converter/tests/com.navalgroup.conversion.capella.csv.tests/resources/import/createManyContainment/oa.OperationalAnalysis.csv at main · labs4capella/csv-converter · GitHub

Thanks Stéphane for your quick reply.
I haven’t been able to reproduce the test cases from the link yet.
I’ll keep trying.