Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flat File Folder | Summary of Elements in the Flat File Folder | pub.flatFile.generate:deleteFFDictionaryEntry
 
pub.flatFile.generate:deleteFFDictionaryEntry
WmFlatFile. Deletes a single entry from a flat file dictionary.
Input Variables
FFDictionaryName
String. The fully–qualified name of the flat file dictionary that contains the entry that you want to delete.
EntryName
String. The name of the entry that you want to delete.
EntryType
String. The type of entry that you are deleting. Specify Record, Composite, or Field.
Output Variables
deleted
String. Whether the flat file dictionary entry was successfully deleted; deleted will be either true or false.
Value
Description
true
The flat file dictionary entry was successfully deleted.
false
The flat file dictionary entry was not successfully deleted.
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