Client does not seem to ignore commas in quoted string values and interprets them as column separators.
In the example bellow, in JS code, header length is 7 and data row length 8, and the value for item with index 5 is "-73.68691 40.820317.
Also, quote chars are not part of the value.
Client does not seem to ignore commas in quoted string values and interprets them as column separators. In the example bellow, in JS code, header length is 7 and data row length 8, and the value for item with index 5 is
"-73.68691 40.820317
. Also, quote chars are not part of the value.