Cvent Connector > Configuration files > Configuring the schema.ini file
  

Configuring the schema.ini file

To add and capture the values of custom fields supported by Cvent API in the schema.ini, follow the syntax format. You can change an object with schema.ini file.
Use the following syntax format to configure a schema.ini file:
Contact_CustomFieldDetail="FieldName,String,250,false,false";"FieldValue,String,250,false,false";"FieldId,String,250,false,false"
The following image shows a sample schema file:
This is a schema.ini sample
If you want to use the schema.ini file, perform the following steps:
  1. 1Copy the schema.ini file from <Secure Agent installation directory>\downloads\<latest connector package>\package\rdtm\javalib\<pluginId>\ to <Secure Agent installation directory>\apps\Data_Integration_Server\ext\deploy_to_main\bin\rdtm-extra\Cvent\
  2. Note: If the deploy_to_main\bin\rdtm-extra\Cvent\ directory does not already exist, create the directory.
    Note: The folder name is case sensitive on Linux.
  3. 2Restart the Secure Agent.
For more information about how to configure the Schema.ini and Relationship.ini file to read data from Cvent custom fields using Cvent Connector in Data Integration, see https://kb.informatica.com/howto/6/Pages/22/564698.aspx.