Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.RecordMap.Service.ComplexBatchFileService

class EnsLib.RecordMap.Service.ComplexBatchFileService extends EnsLib.RecordMap.Service.ComplexBatchStandard

Business Service to consume data from complex batch files using the RecordMap parsing framework.

Method Inventory

Parameters

parameter ADAPTER = EnsLib.File.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnProcessInput(pInput As %Stream.Object, Output pOutput As %RegisteredObject, ByRef pHint As %String) as %Status
Parse the incoming file and send the resulting ComplexBatch to the targets in TargetConfigNames.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab