Quick Export Subset Data
You can export subset data by specifying subset name and catalog ID.
Quick Export Subset Data - Inputs
This web service accepts the following inputs:
Input | Description | Expected Value |
---|---|---|
DataProvider | Fully qualified package name of the IDataProvider interface. | com.tibco.mdm.repository.engine.dataprovider.SubsetDataProvider |
DataProcessor | Fully qualified package name of the IDataProcessor interface. | com.tibco.mdm.repository.engine.dataprocessor. RecordToCSVProcessor |
SUBSETNAME (Optional) |
Name of the subset. Either this parameter or SUBSETID must be available. | User specified |
CATALOGID (Optional) |
Catalog ID for which subset is created. If a subset name is provided, the Catalog ID must be available. | User specified |
SUBSETID (Optional) |
An ID of the subset whose data are exported. Either this parameter or the subset name must be available. | User specified |
Copyright © Cloud Software Group, Inc. All rights reserved.