Uploaded image for project: 'Talend DI components'
  1. Talend DI components
  2. TDI-32490

tFileInputExcel "User mode" dynamic metadata column name is incorrect.

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Status: closed
    • Major
    • Resolution: Fixed
    • None
    • 5.6.3, 6.0.0
    • Components
    • None

    Description

      String content_<%=cid%> = row_<%= cid %>.getCell(i)==null?null:row_<%= cid %>.getCell(i).getRawValue();
      

      When we init the dynamic object, we call a wrong method.
      It should be:

      String content_<%=cid%> = row_<%= cid %>.getCell(i)==null?null:row_<%= cid %>.getCell(i).toString();
      

      Attachments

        Activity

          People

            pteyssier pierre teyssier
            zhao_jin Zhao Jin
            Zhao Jin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: