We have incoming data with 40 fields, we need to take the values of these 40 fields and create a comma delimited list which then must be inserted into a field in the destination database. Is there a quick and easy way to do this in CDI? Alternatively, is there a way to pass an array or list object from CDI to a custom plugin?
Thanks!