Joins an array of strings or numbers into a single string.
Parameters:
,).index (can be negative to count from the end).The output is a string created by joining the array elements according to the specified parameters.
Transforms an array of objects into a string. It does not process nested objects or arrays.
Parameters:
, ).:).The output is a string generated by mapping and joining the array elements, ignoring nested object content.
Counts the row number in an array and outputs the current row number.
For example:
Regardless of the value of id, it outputs the current row count.
Starting from v4.0.0, this formatter has been replaced internally by :cumCount.
Parameter:
In use, the output will display the row number according to the sequence of the array elements.