Hi everyone, I have a dataset and I want to make every columns as an array in java. Then I want to produce some numbers after operating these arrays. What should I include in my script? How to I pass my dataset into my script? Thanks in advance.
You can use the Execute Script operator. It uses a language called Groovy, that is compatible with Java. The operator's tutorial process will give you a good overview.
You can use the Execute Script operator. It uses a language called Groovy, that is compatible with Java. The operator's tutorial process will give you a good overview.