{
  "description": "migrationConfig.json can be used by the USER to fine tune the operations and behavior of the Migration Framework
                      testFiles: Set to 'true' if the directory to migrate contains only test files.
                      testFilesExtension: Specific extension for test files.
                      excludeFolders : The Array contains folder names that the migration framework will skip. The full path for the folder name should be provided.
                      excludeFiles : The Array contains file names that the migration framework will skip. The full path for the file name should be provided.
                      excludeComponents : The Array contains Legacy component tags that the migration framework will skip migration
                      includeFiles : The Array contains file names that the migration framework will only process for migration. The full path for the file name should be provided.
                      includeFolders : The Array contains folder names  that the migration framework will only process for migration. The full path for the folder name should be provided.
                      includeComponents : The Array contains Legacy component tags that the migration framework will only process for migration
                      forceMigration : The Array contains Legacy component tags for which the IgnoreRuleSet will be ignored and tag will be migrated to core pack
                      excludeAttributeExpressions : The object contains component specific attributes that should not be migrated if contains a expression as value
                      baseMigrationDir : The root directory the migrator will be ran from. The migrator runs from the calling directory if not specified. Relative or absolute paths can be used.
                      logFileName : The name for the log file generated during migration. The default name will be used if not specified.
                      logFilePath : The output location for the log file generated during migration. The calling directory will be used by default if not specified.",
  "testFiles": "",
  "testFilesExtension": "",
  "excludeFolders": [],
  "excludeFiles": [],
  "excludeComponents": [],
  "includeFiles": [],
  "includeFolders": [],
  "includeComponents": [],
  "forceMigration": [],
  "excludeAttributeExpressions" : 
  {
    "legacyTag1": ["attributes"],
    "legacyTag2": ["attributes"]
  },
  "baseMigrationDir": "",
  "logFileName": "",
  "logFilePath": ""
}
