Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MPogorelov1634291005
Contributor II
Contributor II

Talend Custom Component Kit incoming Fields in Table Widget

Hello, guys!

I have:

@Option

@Documentation("Incoming metadata.")

@Structure(type = Structure.Type.IN)

private List incomingSchema;

@Option

@Documentation("Table.")

List<Column> columnList=new ArrayList<>();

public static class Column implements Serializable {

@Option

@Documentation("Column name")

String label;

}

Now I want put column names from inputSchema to columnList. As result I want something like this:0695b00000OBGOIAA5.png

Labels (4)
1 Reply
undx
Creator
Creator

Hi, answered on another topic.