pub.flatFile.generate:deleteFFDictionary
WmFlatFile. Deletes a flat file dictionary.
Before deleting the dictionary, the Integration Server determines if other dictionaries depend on the dictionary being deleted, and gives the user the option of canceling the deletion.
Input Variables
FFDictionaryName | String The fully qualified name of the flat file dictionary that you want to delete. |
Output Variables
deleted | String Whether the flat file dictionary was successfully deleted; deleted will be either true or false. |
| Value | Description |
| true | The flat file dictionary was successfully deleted. |
| false | The flat file dictionary was not successfully deleted. |
Usage Note
Before you run this service, you should run the
pub.flatFile.generate:findDependants service to return the names of all flat file schemas and dictionaries that are dependent on the dictionary you are deleting.
Examples
For examples of how to use this service, see the following services in the certified samples area of the Knowledge Center on the
Empower Product Support website at
https://empower.softwareag.com.
sample.flatFile.generateFFSchema:delimited
sample.flatFile.generateFFSchema:fixedLength