Transformer Pipeline Module API Reference  8.0.1.209428-2690cd2c
DataSource Field Querying

Detailed Description

The field management API gives programmatic access to configured fields. A field can be referenced in a number of ways, these functions provide ways to access and map between them.

A field contains:

Functions

 dsfield.numbyname (var fieldname)
 Return the field number of this field. More...
 
 dsfield.namebynum (var fieldnumber)
 Return the field name of this field number. More...
 

Function Documentation

dsfield.namebynum ( var  fieldnumber)

Return the field name of this field number.

Parameters
fieldnumber- The field number
Return values
Fieldname
nil- if there is no mapping for this fieldnumber
dsfield.numbyname ( var  fieldname)

Return the field number of this field.

Parameters
fieldname- The fieldname
Returns
Field number
Return values
nil- if the fieldname is not known

Generated on Wed Feb 28 2024 18:03:14 for Transformer Pipeline Module API Reference