hidden deprecatedclass %iKnow.TextTransformation.conf.Model
extends %RegisteredObject, %XML.Adaptor
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
16
|
|
|
|
|
|
property HeaderSetName
as %String;
property KVTableName
as %String;
property KeySetName
as %String;
property Operations
as array of Operation(XMLKEYNAME="order");
property SectionTableName
as %String;
property fileColumn
as %String;
property filePattern
as %String(MAXLEN=256) [ InitialExpression = "*" ];
property idColumn
as %String;
property inputDir
as %String(MAXLEN=256);
property inputSQL
as %String(MAXLEN=4096);
property maxRecords
as %Integer [ InitialExpression = 50 ];
property name
as %String(XMLPROJECTION="ATTRIBUTE");
property outputDir
as %String(MAXLEN=256);
property outputExtension
as %String [ InitialExpression = ".html" ];
property outputType
as %String;
property textColumn
as %String;