Configuring tDotNetRow - 7.3

DotNET

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > DotNET components
Data Quality and Preparation > Third-party systems > DotNET components
Design and Development > Third-party systems > DotNET components
Last publication date
2024-02-21

About this task

The tDotNetRow component invokes methods of a .Net object created by a tDotNetInstantiate component and passes the output (if any) to the next component. This component can also create .Net objects, which can also be reused by subsequent components.

In the Basic settings of the tDotNetRow component, take the following steps.

Procedure

  1. Add columns in the schema by clicking the Edit schema button or using the schema propagated to this component. You need to specify one of the columns of the schema for holding the output value (if any) using the Output value target column drop-down list.
  2. Select Propagate data to output to pass the data from input to output.
  3. Take either of the following two options.
    • If you have deployed a tDotNetInstantiate component for creating the .Net object, select Use an existing instance and select the component from the Existing instance to use drop-down list to refer the corresponding .Net object.
    • You can also create a new .Net object for use. To achieve this, make sure Use an existing instance is not select, set DLL to load, Fully qualified class name, Method Name, and Value(s) to pass to the constructor options as needed.
  4. Provide the name of the method to invoke in the Method Name field.
  5. Provide the parameter values for the method in rows of the Method Parameters filed. As prompted, you can use input row values as parameter values (for example, input_row.column_name).
    Note:
    • For information about other options of this component, refer to Talend Components Reference Guide.
    • See Utilizing .NET in Talend section in Talend Components Reference Guide for an example of this article.