For Exporting Objects

Following are the entries in the export_input.csv file:

Table 16-5 Column Names in the export file and their Descriptions

Column Name Description
Object Code

Specify the object Code which should be a unique identifier of the definition based on the Object Type. It should be either system generated or user defined unique code. See the Objects Supported for Command Line Migration section to know for a particular object whether the code is user defined or system generated.

You can specify the object Code value as wildcard “*” if you are migrating all objects of that Object Type.

Object Type Specify the Type ID of the required metadata objects to be exported. Refer to the Objects Supported for Command Line Migration section.
Object Sub Type

SubType is available for Filters and AMHM hierarchy only. This is a mandatory field.

For filters, SubType indicates the type of the filter. For hierarchies, this indicates the Dimension ID.

See the Objects Supported for Command Line Migrationfor filter SubTypes.

Sandbox Infodom Specify the Sandbox Information Domain name to export Sandbox.
With Models

Specify Y if you want to export all models present in the Sandbox Infodom along with the Sandbox.

Specify N if you want to export only the Sandbox.

Include Dependency

Specify Y if you want to export all dependent objects along with the base objects.

Specify N if you want to export only the mentioned object.

Include Instances

This is applicable only for PMF migration.

Specify Y if you want to export Questionnaire related workflow instance data.

Is Response Data Required

This is applicable only for Questionnaire migration.

Specify Y if you want to export the responses for Questionnaire.

Specify N if you want to skip it.

Application Code

This is applicable only for Questionnaire migration.

Specify the application code for which you want to export the Questionnaire data. For example, to migrate KYC related Questionnaire data, specify the application code OFS_KYC. Similarly, you can specify the application code for other applications and migrate the related Questionnaire data.

  1. After entering the required details of the objects you want to export in the export_input.csv file, navigate to $FIC_HOME/utility/Migration/bin path and execute ObjectMigration.sh. The dump file will be created, which will have an import_input.csv with list of all objects (including dependent ones) that are being exported
  2. Once executed, you can view the related log files from the $FIC_HOME/utility/Migration/logs location