Importing Project Data
Code Insight allows you to import data from one Code Insight project into another project. The data to be imported must be in a properly formatted and archived JSON file, such the archive resulting from a project data export (see in Exporting Project Data).
Additionally, Code Insight also allows you to import SBOM (Software Bill of Materials) files into a Code Insight project. The SBOM data to be imported must be in one of the following file formats:
• | .json (complies with either the CycloneDX or SPDX (Software Package Data Exchange) standards). |
• | .xml (complies with the CycloneDX standard). |
• | .spdx (complies with the SPDX (Software Package Data Exchange) standard). |
You can set up and execute a project data import by selecting the Import Project Data option from the Manage Project menu on the project’s Summary tab. For complete information about the import feature (including how to import project data using the public REST API), see Exporting and Importing Project Data.