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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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.