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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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.