(CJA) Derived Field Split function can only convert up to 10 items to an array?
Hi,
We are dealing with a text delimited field and need to convert it to an array for reporting.
A Derived Filed is created and using the Split function for this, however, found that it seems only the first 10 items in the string are converted. For exmaple,
The original string field value is "A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12". The output array from the Split function only shows A1 to A10 i.e. without A11, A11.
Is there something missing or it's a known issue/limitation?
Thanks,
John
