Skip to end of banner
Go to start of banner

Interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Interface

The interface feature.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the interface.Any
descriptionA description that describes the interface.Any
interfacefilenameThe name of the interface file as it exists in the system (along with the file’s extension).A filename

Example

 Interface
Interface
<interfaces>
	<interface>
	<id>CUSTOM002</id>
		<name>Modify Account Name - REST Test</name>
		<description>Test ETL for REST API</description>
		<interfacefilename>imports/accounts/CreateAccount.csv.ktr</interfacefilename>
	</interface>
</interfaces>
  • No labels