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: 
Anonymous
Not applicable

dynamically output columns

Hi,
  I would like to dynamically output the columns from my custom component. For example, I have 7 columns for my input but the output columns may change based on the input from the user.  Here is the main. Any help is appreciated.
<%@ jet 
imports="
org.talend.core.model.process.INode 
org.talend.core.model.process.ElementParameterParser 
org.talend.core.model.metadata.IMetadataTable 
org.talend.core.model.metadata.IMetadataColumn 
org.talend.core.model.process.IConnection
org.talend.core.model.process.IConnectionCategory
org.talend.designer.codegen.config.CodeGeneratorArgument
org.talend.core.model.metadata.types.JavaTypesManager
org.talend.core.model.metadata.types.JavaType
java.util.List 
    java.util.Map

%>
<%      CodeGeneratorArgument codeGenArgument = (CodeGenerator

To see the whole post, download it here
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi
Take a look d ynamic schema  feature which is only available in enterprise subscription product, you might be interesting in it.
Regards
Shong