Could not import config: unable to look up connector details for connector type 'DelimitedFile'

Hello,

I am trying to import delimited file type source from dev to QA through VA(visual studio) and getting below error.

Error: Could not import config: unable to look up connector details for connector type ‘DelimitedFile’

Searched in community with no luck. Has anyone faced same issue?

Hi @KrishnaReddy

Can you provide more details? Did you use VSCode to export the source from your dev environment? Did you update or remove any of the tenant specific values/ids from the export before importing it?

Also look up the connector list in Postman and make sure delimited file is there, if you don’t see it try using the UI to create a delimited file source and then try the import again.

Hi @KrishnaReddy the connector type for delimited is “type”: “DelimitedFile”,

Can you provide a little more detail?

Does your json look like this?

    "type": "DelimitedFile",
    "connector": "delimited-file-angularsc",
    "connectorClass": "sailpoint.connector.DelimitedFileConnector",
"connectorId": "delimited-file",
    "connectorName": "Delimited File",
    "connectionType": "file",
    "connectorImplementationId": "delimited-file",

Also, if you are promoting it, have you stripped out the environment specific id’s?

The Configuration Hub is a nice tool for migrating sources. It will try to handle environment specific values for you and flag them if it can’t.