CSBP-CPSE / web-mapping-components

Other
2 stars 2 forks source link

ParseCsv incorrect handling of quoted content #54

Closed roikle closed 1 year ago

roikle commented 1 year ago

Issue: The ParseCsv helper function in the util module doesn't push the next empty list to the lines array or increment the lines index when the last line item being parsed is quoted. This results in the next line item being combined with the previous line item.