Open mmceldowney opened 3 years ago
Hello, @mmceldowney. Thank you for report. I can confirm - this is bug, issue 47879 in our private issue tracker.
Problem reproduces in Document Server.
Moving this issue to DocumentServer repo, since it's our base product and problem actual there too
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When pasting CSV into spreadsheet, commas within a quoted field are being seen as delimiters. Example:
"ID","NAME","BIRTHDATE" 1,"Jones,Michael",1983-05-07 00:00:00 2,"Smith,Jenny",1975-03-10 00:00:00
is being parsed as:
This only happens when pasting the data into the spreadsheet. If I open a csv file it is parsed correctly.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
See above.
What is the expected behavior?
Commas within quoted fields should be ignored during parsing. So the output of a successful parse should look like this:
Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?
Version 6.0.2.10 on Linux (Ubuntu). Unknown if it worked in previous versions, this is the first version I have used.