Exit TALEND-TDICD Talend Data Integration Certified Developer
Question 1 of 5
0% complete
Q1 Single choice

You need to calculate the total number of rows in an input file using a tMlelnputDelimited component.

Which code should you use in a tJava component to write a nb-line variable?

  • A

    Int nb_line-(integer)globalMap.put(`'tFileInputDelimited_1_NB_LINE'')

  • B

    Int nb_line=(integer)globalMap.put(`'tFileInputDelimited_1_NB_LINE'')

  • C

    Int nb.line-(integer)globalMap.put(`'tFileInputDelimited_1_NB_LINE'')

  • D

    Int nb_line-(String)globalMap.put(`'tFileInputDelimited_1_NB_LINE'')

Previous Next