Type |
Property |
Name |
Number of Records for Commit |
||
Avoid Duplicate Objects |
||
Options |
||
Class Properties |
||
Data Source |
||
Data Source Type |
||
Skip Methods Without Check |
||
Use All Columns for Filter |
||
Filter Script for Objects After Commit |
||
Filter Expression for Objects After Commit |
||
Filter Script for RAW Data |
||
Filter Expression for RAW Data |
||
Filter Script for Objects |
||
Filter Expression for Objects |
||
Log |
||
End Time |
||
Start Time |
||
Errors |
||
Objects Created |
||
Log File |
||
Records |
||
Objects Refreshed |
||
Threads |
||
Log Object |
||
Object Class |
||
Column |
||
Create Objects |
||
Key Mode/Update Mode |
||
Object ID |
||
Options |
||
Mapping |
||
Property |
||
Value |
||
Maximum Number of Entries in Log |
||
At Least |
||
Skip Object Refresh |
||
Skip Setting Modification Properties |
||
Data Import |
||
Data Source Object |
||
Object Relations |
||
Expression on Finish |
||
Query Scope |
||
Logging Mode |
||
Number of Records to Be Read |
||
Source Object Class |
||
Source Object ID |
||
Options |
||
Target Object Class |
||
Target Object ID |
||
Target Property |
||
Update Mode |
||
Table |
||
First Record |
||
Abort Data Import Immediately on Error |
||
Number of Threads |
||
Activate Logging of Changed Properties |
||
Roll Forward Log |
||
Use Filter Script for Objects After Commit |
||
Use Filter Script for RAW Data |
||
Use Filter Script for Objects |
||
Customizing Expressions |
||
Expression |
||
Name |
||
Additional Files |
||
Data Source |
||
Data Import |
||
Data Import |
||
Preparation Expression |
||
End of Line |
||
Field Conversion |
||
Height |
||
Characteristic |
||
Must Be Defined |
||
Field Name |
||
Offset Column |
||
Offset Line |
||
Save as Content |
||
Value |
||
Width |
||
Ignore Control Characters |
||
OEM to ANSI Conversion |
||
Start of Page |
||
Page Separator Belongs to |
||
Skip Leading Columns per Line |
||
Skip Leading Lines on Page |
Number of Records for Commit (FSCCOLD@1.1001:datimpbulksize)
datimpbulksize
("Number of Records for Commit") defines the
maximum number of records being processed in a single transaction. The actual
number of records per transaction may be lower in the last package or if the
option MAPOPT_GROUPBY ("Group By") is specified in a mapping. As experience
shows the best performance is reached with a value between 100 and 150. The
number of used properties also influences the performance.unsigned integer(5) FSCCOLD@1.1001:datimpbulksize readonly(inst)
Additional Information
Avoid Duplicate Objects (FSCCOLD@1.1001:datimpcheckduplicates)
datimpcheckduplicates
("Avoid Duplicate Objects") defines
the algorithm that is applied for existing objects. You have the possibility to
ignore multiple objects, search for each object, or to execute one huge search
at the beginning of the import process. The duration of the import process
depends on the used algorithm.CheckDuplicates FSCCOLD@1.1001:datimpcheckduplicates
Additional Information
Options (FSCCOLD@1.1001:datimpclassoptions)
unique ClassOption[] FSCCOLD@1.1001:datimpclassoptions
Additional Information
Class Properties (FSCCOLD@1.1001:datimpclassproperties)
datimpclassproperties
("Class Properties") defines the class
properties.unique ClassProperties[] FSCCOLD@1.1001:datimpclassproperties readonly(inst)
Additional Information
Data Source (FSCCOLD@1.1001:datimpdatasource)
datimpdatasource
("Data Source") defines the name of the
used data source. If the data source type is ODBC, the value defines the
connection string that consists of DSN etc. For the data source type OLE DB the
value contains the name of the data links (*.udl). These links must be either in
the default directory for data links or contain a path. If the data source type
is Report Converter the property specifies the name of the report conversion
object.string FSCCOLD@1.1001:datimpdatasource readonly(inst)
Additional Information
Data Source Type (FSCCOLD@1.1001:datimpdatasourcetype)
datimpdatasourcetype
("Data Source Type") defines the type of the
used data source. You can use the reader types ODBC, OLE DB, and Report
Converter to import the data.DataSourceType FSCCOLD@1.1001:datimpdatasourcetype readonly(inst)
Additional Information
Skip Methods Without Check (FSCCOLD@1.1001:datimpfastwrapper)
boolean FSCCOLD@1.1001:datimpfastwrapper readonly(inst)
Additional Information
Use All Columns for Filter (FSCCOLD@1.1001:datimpfilterallcolumns)
datimpfilterallcolumns
("Use All Columns for Filter")
defines whether or not values of all columns are passed to the filter.boolean FSCCOLD@1.1001:datimpfilterallcolumns readonly(inst)
Additional Information
Filter Script for Objects After Commit (FSCCOLD@1.1001:datimpfiltercommit)
datimpfiltercommit
("Filter Script for Objects After Commit") defines the script that
is called for each data record after the transaction has been committed.
Such a script must contain a function
content FSCCOLD@1.1001:datimpfiltercommit readonly(inst)
Additional Information
Filter Expression for Objects After Commit (FSCCOLD@1.1001:datimpfiltercommitexpr)
datimpfiltercommitexpr
("Filter Expression for
Objects After Commit") defines an expression which is called for each data
record after the transaction has been committed. The global scope contains the
following parameters:
::cooparam
(COMINTERFACE
, usually a DICTIONARY
):
Parameter object (see ImportRemote
).
If ::cooparam contains a (split) dictionary this parameter
can be used to store global variable values. If so, only one
thread must be used for importing the data. ::coolog
(COMINTERFACE
):
Log object with IXMLLogWriter-Interface (see FSCLOG@1.1001
). ::classes
(OBJECTLIST
):
Object classes (see ObjectClass
). ::ids
(INTEGERLIST
):
Object class id's (see datimpmapobjectid
).::objects
(OBJECTLIST
): Objects. ::inittx
(COMINTERFACE
):
Main transaction of the data import (equal to cootx in the filter for raw data).
string[]
FSCCOLD@1.1001:datimpfiltercommitexpr
readonly(inst)(
interface
::cooparam,
interface
::coolog,
ObjectClass[]
::classes,
integer[]
::ids,
object[]
::objects,
dictionary
::values,
interface
::inittx)
Local Scope: dictionary
Global Scope: dictionary
Name |
Description |
::cooparam |
|
::coolog |
|
::classes |
|
::ids |
|
::objects |
|
::values |
|
::inittx |
Additional Information
Filter Script for RAW Data (FSCCOLD@1.1001:datimpfilterdata)
content FSCCOLD@1.1001:datimpfilterdata readonly(inst)
Additional Information
Filter Expression for RAW Data (FSCCOLD@1.1001:datimpfilterdataexpr)
datimpfilterdataexpr
("Filter Expression for RAW
Data") stores an expression which is called for each record of the database.
This expression can be used to modify the raw data. The global scope contains
the following parameters:
::cooparam
(COMINTERFACE
, usually a DICTIONARY
):
Parameter object (see ImportRemote
).
If ::cooparam contains a (split) dictionary
this parameter can be used to store global
variable values. If so, only one thread must
be used for importing the data.::coolog
(COMINTERFACE
):
Log object with IXMLLogWriter-Interface (see FSCLOG@1.1001
). ::values
(DICTIONARY
):
Column name and value pairs. ::changed
(BOOLEAN
):
Set this flag to 'true' if '::values' has been changed. ::skip
(BOOLEAN
):
Set this flag to 'true' to skip the whole record.
string[]
FSCCOLD@1.1001:datimpfilterdataexpr
readonly(inst)(
interface
::cooparam,
interface
::coolog,
ref dictionary
::values,
ref boolean
::changed,
ref boolean
::skip)
Local Scope: dictionary
Global Scope: dictionary
Name |
Description |
::cooparam |
|
::coolog |
|
::values |
|
::changed |
|
::skip |
Additional Information
Filter Script for Objects (FSCCOLD@1.1001:datimpfilterobjects)
content FSCCOLD@1.1001:datimpfilterobjects readonly(inst)
Additional Information
Filter Expression for Objects (FSCCOLD@1.1001:datimpfilterobjectsexpr)
datimpfilterobjectsexpr
("Filter Expression for
Objects") stores an expression which is called for each handled record after
all
properties from the current record have been set and before the transaction
is
committed. The global scope contains the following parameters:
::cooparam
(COMINTERFACE
, usually a DICTIONARY
):
Parameter object (see ImportRemote
).
If ::cooparam contains a (split) dictionary this parameter can be used to
store
global variable values. If so, only one thread must be used for importing the
data.::coolog
(COMINTERFACE
): Log object
with IXMLLogWriter-Interface (seeFSCLOG@1.1001
).::classes
(OBJECTLIST
): Object classes
(see ObjectClass
).::ids
(INTEGERLIST
): Object class id's
(see datimpmapobjectid
).::objects
(OBJECTLIST
): Objects.::values
(DICTIONARY
): Column name and value pairs.::inittx
(COMINTERFACE
): Main transaction
of the data import (equal to cootx in the filter for raw data).
string[]
FSCCOLD@1.1001:datimpfilterobjectsexpr
readonly(inst)(
interface
::cooparam,
interface
::coolog,
ObjectClass[]
::classes,
integer[]
::ids,
object[]
::objects,
dictionary
::values,
interface
::inittx)
Local Scope: dictionary
Global Scope: dictionary
Name |
Description |
::cooparam |
p1
|
::coolog |
|
::classes |
|
::ids |
|
::objects |
|
::values |
|
::inittx |
Additional Information
Log (FSCCOLD@1.1001:datimphistory)
datimphistory
("Log") contains information about done import
processes.History[] FSCCOLD@1.1001:datimphistory
Additional Information
End Time (FSCCOLD@1.1001:datimphistorydateend)
date FSCCOLD@1.1001:datimphistorydateend local
Additional Information
Start Time (FSCCOLD@1.1001:datimphistorydatestart)
date FSCCOLD@1.1001:datimphistorydatestart local
Additional Information
Errors (FSCCOLD@1.1001:datimphistoryerrors)
unsigned integer FSCCOLD@1.1001:datimphistoryerrors
Additional Information
Objects Created (FSCCOLD@1.1001:datimphistoryobjects)
unsigned integer FSCCOLD@1.1001:datimphistoryobjects
Additional Information
Log File (FSCCOLD@1.1001:datimphistoryrecord)
content FSCCOLD@1.1001:datimphistoryrecord
Additional Information
Records (FSCCOLD@1.1001:datimphistoryrecords)
unsigned integer FSCCOLD@1.1001:datimphistoryrecords
Additional Information
Objects Refreshed (FSCCOLD@1.1001:datimphistoryrefreshed)
unsigned integer FSCCOLD@1.1001:datimphistoryrefreshed
Additional Information
Threads (FSCCOLD@1.1001:datimphistorythreads)
unsigned integer FSCCOLD@1.1001:datimphistorythreads
Additional Information
Log Object (FSCCOLD@1.1001:datimplogobj)
datimplogobj
("Log Object") a reference to the object
containing the log of previous data imports. A new log object is created during
data import if no log object is referenced or the log object ist invalid.DataImportLog FSCCOLD@1.1001:datimplogobj readonly(inst)
Additional Information
Object Class (FSCCOLD@1.1001:datimpmapclass)
Mapping::datimpmapproperty
) belongs to.ObjectClass FSCCOLD@1.1001:datimpmapclass
Additional Information
Column (FSCCOLD@1.1001:datimpmapcolumn)
Mapping::datimpmapproperty
.string(100) FSCCOLD@1.1001:datimpmapcolumn
Additional Information
Create Objects (FSCCOLD@1.1001:datimpmapcreate)
True
, a new
object is created, if an object with the key does not exist.boolean FSCCOLD@1.1001:datimpmapcreate
Additional Information
Key Mode/Update Mode (FSCCOLD@1.1001:datimpmapkeyupdate)
DataImport::GetCOLDMapping
to upgrade Data Import
Objects.KeyUpdateMode FSCCOLD@1.1001:datimpmapkeyupdate
Additional Information
Object ID (FSCCOLD@1.1001:datimpmapobjectid)
Mapping::datimpmapclass
to distinguish between the objects.unsigned integer(3) FSCCOLD@1.1001:datimpmapobjectid
Additional Information
Options (FSCCOLD@1.1001:datimpmapoptions)
unique MappingOption[] FSCCOLD@1.1001:datimpmapoptions
Additional Information
Mapping (FSCCOLD@1.1001:datimpmapping)
datimpmapping
("Mapping") is used to map the table columns
of the data source to object properties. Each list entry
contains the name of the table column, the object class and the property
the column is mapped to, and the information whether the
property is a key property.Mapping[] FSCCOLD@1.1001:datimpmapping readonly(inst)
Additional Information
Property (FSCCOLD@1.1001:datimpmapproperty)
Mapping::datimpmapclass
.AttributeDefinition[] FSCCOLD@1.1001:datimpmapproperty
Additional Information
Value (FSCCOLD@1.1001:datimpmapvalue)
datimpmapvalue
("Value") stores a value that is used for the
specified property of all created and updated objects In this case the column or
field name (Mapping::datimpmapcolumn
) is ignored.string(100) FSCCOLD@1.1001:datimpmapvalue
Additional Information
Maximum Number of Entries in Log (FSCCOLD@1.1001:datimpmaxhistory)
datimpmaxhistory
("Maximum Number of Entries in Log") stores
the maximum number of entries in the history information list. If this number is
reached and further entries are added the eldest entries are removed from the
list automatically. If this property does not have a value or its value is 0
there is no restriction for the history information list.unsigned integer FSCCOLD@1.1001:datimpmaxhistory readonly(inst)
Additional Information
At Least (FSCCOLD@1.1001:datimpminbulksize)
datimpminbulksize
("At Least") defines the minimum number of
records that are processed in a single transaction if the option MAPOPT_GROUPBY
is set.unsigned integer(5) FSCCOLD@1.1001:datimpminbulksize readonly(inst)
Additional Information
Skip Object Refresh (FSCCOLD@1.1001:datimpnoobjectrefresh)
boolean FSCCOLD@1.1001:datimpnoobjectrefresh readonly(inst)
Additional Information
Skip Setting Modification Properties (FSCCOLD@1.1001:datimpnoteless)
boolean FSCCOLD@1.1001:datimpnoteless readonly(inst)
Additional Information
Data Import (FSCCOLD@1.1001:datimpobj)
Object FSCCOLD@1.1001:datimpobj not null
Additional Information
Data Source Object (FSCCOLD@1.1001:datimpobjdatasource)
Object FSCCOLD@1.1001:datimpobjdatasource readonly(inst)
Additional Information
Object Relations (FSCCOLD@1.1001:datimpobjectreferences)
datimpobjectreferences
("Object Relations") defines the list
of references in the table that should be kept. Each list
entry consists of an (created or refreshed) object and a target object class and
a target property. The object becomes an element of the target list property of
the target class.ObjectReference[] FSCCOLD@1.1001:datimpobjectreferences readonly(inst)
Additional Information
Expression on Finish (FSCCOLD@1.1001:datimponfinishexpr)
::cooparam
(COMINTERFACE
, usually a DICTIONARY
):
Parameter object (see ImportRemote
). ::cooimport
(OBJECT
):
Import control object (see DataImportControl
). ::records
(INTEGER
): Number of records. ::created
(INTEGER
): Number of new objects. ::refreshed
(INTEGER
): Number of refreshed objects. ::errors
(INTEGER
): Number of errors.
string[]
FSCCOLD@1.1001:datimponfinishexpr
readonly(inst)(
interface
::cooparam,
DataImportControl
::cooimport,
integer
::records,
integer
::created,
integer
::refreshed,
integer
::errors)
Local Scope: dictionary
Global Scope: dictionary
Name |
Description |
::cooparam |
|
::cooimport |
|
::records |
|
::created |
|
::refreshed |
|
::errors |
Additional Information
Query Scope (FSCCOLD@1.1001:datimpqueryscope)
QueryScope FSCCOLD@1.1001:datimpqueryscope
Additional Information
Logging Mode (FSCCOLD@1.1001:datimprecordmode)
datimprecordmode
("Logging Mode") defines which information
to log for each loader run in the log file.RecordModeType FSCCOLD@1.1001:datimprecordmode readonly(inst)
Additional Information
Number of Records to Be Read (FSCCOLD@1.1001:datimprecords)
datimprecords
("Number of Records to be Read") defines the
number of records after which the import process is ended automatically. The
value 0 means no limit. The default value is 0.unsigned integer FSCCOLD@1.1001:datimprecords readonly(inst)
Additional Information
Source Object Class (FSCCOLD@1.1001:datimprefgeneratedclass)
ObjectClass FSCCOLD@1.1001:datimprefgeneratedclass
Additional Information
Source Object ID (FSCCOLD@1.1001:datimprefgeneratedid)
unsigned integer(3) FSCCOLD@1.1001:datimprefgeneratedid
Additional Information
Options (FSCCOLD@1.1001:datimprefoptions)
unique ReferenceOption[] FSCCOLD@1.1001:datimprefoptions
Additional Information
Target Object Class (FSCCOLD@1.1001:datimpreftargetclass)
ObjectClass FSCCOLD@1.1001:datimpreftargetclass
Additional Information
Target Object ID (FSCCOLD@1.1001:datimpreftargetid)
unsigned integer(3) FSCCOLD@1.1001:datimpreftargetid
Additional Information
Target Property (FSCCOLD@1.1001:datimpreftargetproperty)
AttributeDefinition[] FSCCOLD@1.1001:datimpreftargetproperty
Additional Information
Update Mode (FSCCOLD@1.1001:datimprefupdate)
RefUpdateMode FSCCOLD@1.1001:datimprefupdate
Additional Information
Table (FSCCOLD@1.1001:datimpsourcetable)
datimpsourcetable
("Table") defines the name of the table
that is imported.string(4096) FSCCOLD@1.1001:datimpsourcetable readonly(inst)
Additional Information
First Record (FSCCOLD@1.1001:datimpstartrecord)
datimpstartrecord
("First Record") defines the number of the first record
to be imported. The import of the database records starts with this record.unsigned integer FSCCOLD@1.1001:datimpstartrecord readonly(inst)
Additional Information
Abort Data Import Immediately on Error (FSCCOLD@1.1001:datimptermonerror)
boolean FSCCOLD@1.1001:datimptermonerror readonly(inst)
Additional Information
Number of Threads (FSCCOLD@1.1001:datimpthreads)
datimpthreads
("Number of Threads") defines the number of
threads used by the client for creating objects. The more powerful the system,
the more threads can be used. The
threads must be coordinated. This results in a certain amount of overhead. Thus
large values (] 10) are not useful. The best value should be determined
experimental for each case of use. If hash tables are used for creating objects,
the number of threads is always set to 1, because hash tables do not allow
concurrent inserts. When you create objects having a numerator property you can
use only 1 thread.unsigned integer(3) FSCCOLD@1.1001:datimpthreads readonly(inst)
Additional Information
Activate Logging of Changed Properties (FSCCOLD@1.1001:datimpuiupdate)
datimpuiupdate
("Activate Logging of Changed Properties")
defines whether or not changes to object properties will be logged in
objchangedattributes. As this is a costly operation, it is not
recommended to turn it on. If the value is empty, False
is used. This
option is obsolete, do not use it any more.boolean FSCCOLD@1.1001:datimpuiupdate readonly(inst)
Additional Information
Roll Forward Log (FSCCOLD@1.1001:datimpunfinished)
content FSCCOLD@1.1001:datimpunfinished
Additional Information
Use Filter Script for Objects After Commit (FSCCOLD@1.1001:datimpusefiltercommit)
datimpusefiltercommit
("Use Filter for Objects After
Commit") stores the information whether or not the filter for objects after
commit is used. If the value is True
, the filter script stored in
property DataImportComponentObject::datimpfiltercommit
is used.boolean FSCCOLD@1.1001:datimpusefiltercommit readonly(inst)
Additional Information
Use Filter Script for RAW Data (FSCCOLD@1.1001:datimpusefilterdata)
DataImport::datimpfilterdata
) is used. True
means the filter
script is executed for each record.boolean FSCCOLD@1.1001:datimpusefilterdata readonly(inst)
Additional Information
Use Filter Script for Objects (FSCCOLD@1.1001:datimpusefilterobjects)
DataImport::datimpfilterobject
) is used. True
means the filter
script is executed for each handled record.boolean FSCCOLD@1.1001:datimpusefilterobjects readonly(inst)
Additional Information
Customizing Expressions (FSCCOLD@1.1001:ddcustomizingexprs)
DemoDataExpression[] FSCCOLD@1.1001:ddcustomizingexprs
Additional Information
Expression (FSCCOLD@1.1001:ddeexpr)
string[] FSCCOLD@1.1001:ddeexpr not null
Local Scope: object
Additional Information
string FSCCOLD@1.1001:ddename
Additional Information
Additional Files (FSCCOLD@1.1001:ddiadditionalfiles)
unique NamedContent[] FSCCOLD@1.1001:ddiadditionalfiles
Additional Information
Data Source (FSCCOLD@1.1001:ddidatasource)
Content FSCCOLD@1.1001:ddidatasource not null
Additional Information
Data Import (FSCCOLD@1.1001:ddiimport)
DataImportComponentObject FSCCOLD@1.1001:ddiimport not null
Additional Information
Data Import (FSCCOLD@1.1001:ddimports)
DemoDataImport[] FSCCOLD@1.1001:ddimports
Additional Information
Preparation Expression (FSCCOLD@1.1001:ddiprepareexpr)
string[] FSCCOLD@1.1001:ddiprepareexpr
Local Scope: object
Additional Information
End of Line (FSCCOLD@1.1001:repconvendofline)
repconvendofline
("End of Line") defines the mark that
determines the end of the line. The following table shows the codes that may be
used and the characters they represent.string(100) FSCCOLD@1.1001:repconvendofline
Additional Information
Field Conversion (FSCCOLD@1.1001:repconvfieldconversion)
repconvfieldconversion
("Field Conversion") defines the list
of fields of a document of a print file. Each list entry consists of the field
name, the identification, line offset, the height, the column offset, the width,
and the information whether the field is a content property.FieldConversion[] FSCCOLD@1.1001:repconvfieldconversion not null
Additional Information
Height (FSCCOLD@1.1001:repconvfieldheight)
repconvfieldheight
("Height") defines the number of lines
the field covers.repconvfieldheight
to -1 to get all
remaining lines until the end of the page. The default value is 1.integer(7) FSCCOLD@1.1001:repconvfieldheight
Additional Information
Characteristic (FSCCOLD@1.1001:repconvfieldmark)
repconvfieldmark
("Characteristic") defines the
identification for the field. The further values for the definition of the
fields position are relative to this identification. A field identification is
optional.string(100) FSCCOLD@1.1001:repconvfieldmark
Additional Information
Must Be Defined (FSCCOLD@1.1001:repconvfieldmustbedefined)
repconvfieldmustbedefined
("Must be Defined?") defines
whether the field must have a value or not. True
means that the field
must have a value.boolean FSCCOLD@1.1001:repconvfieldmustbedefined
Additional Information
Field Name (FSCCOLD@1.1001:repconvfieldname)
repconvfieldname
("Field Name") defines the name of the
field that is used as the column name in the data import object.string(100) FSCCOLD@1.1001:repconvfieldname
Additional Information
Offset Column (FSCCOLD@1.1001:repconvfieldoffsetx)
repconvfieldoffsetx
("Offset Column") defines the column (x
position) of the fields start position. The default value is the left margin of
the document. If the fields identification is specified (property
FieldConversion::repconvfieldmark
) the fields start position is relative
to the position of the mark. In this case the default value is the first
character after the identification.integer(5) FSCCOLD@1.1001:repconvfieldoffsetx
Additional Information
Offset Line (FSCCOLD@1.1001:repconvfieldoffsety)
repconvfieldoffsety
("Offset Line") defines the line (y
position) of the fields start position. The default value is the beginning of
the document. If the fields identification is specified (property
FieldConversion::repconvfieldmark
) the fields start position is relative
to the position of the mark. In this case the default value is the line in which
the identification is located.integer(5) FSCCOLD@1.1001:repconvfieldoffsety
Additional Information
Save as Content (FSCCOLD@1.1001:repconvfieldsavecontent)
repconvfieldsavecontent
("Save as Content?") defines whether
the field content will be assigned to a content property.repconvfieldsavecontent
is set to yes
the content of the field is saved to a temporary file, which can be directly
assigned to content properties. When repconvfieldsavecontent
is set to
no
the content of the field is kept in memory.boolean FSCCOLD@1.1001:repconvfieldsavecontent
Additional Information
Value (FSCCOLD@1.1001:repconvfieldvalue)
repconvfieldvalue
("Value") defines a fixed value used for
this field during the load process. Use this function e.g. if you want to use
always the same value for a certain field or if you want to append a fixed value
to the field.string(100) FSCCOLD@1.1001:repconvfieldvalue
Additional Information
Width (FSCCOLD@1.1001:repconvfieldwidth)
repconvfieldwidth
("Width") defines the number of columns
the field covers. The default value is 1.unsigned integer(5) FSCCOLD@1.1001:repconvfieldwidth
Additional Information
Ignore Control Characters (FSCCOLD@1.1001:repconvignorecontrol)
repconvignorecontrol
("Ignore Control Characters") defines
whether control characters are ignored or not. If the property has the value
True
, the control characters in the print file are ignored.boolean FSCCOLD@1.1001:repconvignorecontrol
Additional Information
OEM to ANSI Conversion (FSCCOLD@1.1001:repconvoemtoansi)
repconvoemtoansi
("OEM to ANSI Conversion") defines whether
the conversion from OEM to ANSI should be done or not. If the value is
True
, the conversion is done.boolean FSCCOLD@1.1001:repconvoemtoansi
Additional Information
Start of Page (FSCCOLD@1.1001:repconvpageseparator)
repconvpageseparator
("Start of Page") defines the string
that indicates the beginning of a new document in a print file. The following
table shows the codes that may be used and the characters they represent.string(100) FSCCOLD@1.1001:repconvpageseparator
Additional Information
Page Separator Belongs to (FSCCOLD@1.1001:repconvpageseparatorbelongs)
repconvpageseparatorbelongs
("Page Separator Belongs to")
defines to which document the page separator belongs to. The page separator may
be the end of the read document, the start of the new document, or belong to
none of the documents.PageSeparatorBelongs FSCCOLD@1.1001:repconvpageseparatorbelongs not null
Additional Information
Skip Leading Columns per Line (FSCCOLD@1.1001:repconvskipcolumns)
repconvskipcolumns
("Skip Leading Columns per Line") defines
the number of leading columns that are ignored for each line of a document.unsigned integer(5) FSCCOLD@1.1001:repconvskipcolumns
Additional Information
Skip Leading Lines on Page (FSCCOLD@1.1001:repconvskiplines)
repconvskiplines
("Skip Leading Lines on Page") defines the
number of lines that are ignored for each document of the print file.unsigned integer(5) FSCCOLD@1.1001:repconvskiplines
Additional Information