Because of the regex it is not possible to have the following characters in a field parsed by the `ArrayParser `. ``` `"\[\],\n ``` It is however possible to enter these which will cause aliases to be split an extra time. Currently there are no plans to fix this...
Because of the regex it is not possible to have the following characters in a field parsed by the
ArrayParser.It is however possible to enter these which will cause aliases to be split an extra time.
Currently there are no plans to fix this...