janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
211 stars 30 forks source link

Line breaks in values causes lint errors #118

Closed Consalv0 closed 1 year ago

Consalv0 commented 1 year ago

Version

vs code plugin

Description

Having line breaks inside a value between commas: "\n" breaks the CSV Lint and considers the next line as a new row.

Expected behavior

The CVS Lint should ignore line breaks in any value between commas.

Steps to reproduce

Adding a text like this is being parsed as two different rows with the CSV Lint

Delete Slot Warning,Text,"Are you sure you want to delete this save?
This action cannot be undone.",line#312
Consalv0 commented 1 year ago

Sorry, wrong repository this is a Rainbow CSV issue