goog.labs.format.csvProvided Bygoog.labs.format.csvNo description available.VIEW SOURCEFunctionsexpand_moreparse( text, opt_ignoreErrors, opt_delimiter ) → Array<Array<string>>Parses a CSV string to create a two-dimensional array. This function does not process header lines, etc -- such transformations can be made on the resulting array. ParameterstextstringThe entire CSV text to be parsed. opt_ignoreErrorsboolean=Whether to ignore parsing errors and instead try to recover and keep going. opt_delimiterstring=The delimiter to use. Defaults to ',' ReturnsArray<Array<string>>The parsed CSV. VIEW SOURCEPropertiesexpand_moreToken → (string|goog.labs.format.csv.Sentinels_)A token -- a single-character string or a sentinel. VIEW SOURCECompiler Constantsexpand_moregoog.labs.format.csv.ENABLE_VERBOSE_DEBUGGING → booleanEnable verbose debugging. This is a flag so it can be enabled in production if necessary post-compilation. Otherwise, debug information will be stripped to minimize final code size. VIEW SOURCEClassesParseErrorEnumerationsSentinels_