Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello, I wonder how to do a tJavaRow column name loop.
for example, used for(int i=0;i<3;i++){}, while(){}
this is my tJavaRow code part.
for (java.lang.reflect.Field field: row2.getClass().getDeclaredFields()) {
columnName = field.getName();
ouput_row.columnName = input_row.columnName+"text" (x) ← how to do a tJavaRow column name loop
}
help me
I think you can try with tJavaflex component.
Regards,
How do use output_row and input_row with tJavaflex?
You just use the input row name and the output row name. So if row1 is the input, use row1. If row2 is the output, use that.