yuluo-yx opened a new issue, #2144:
URL: https://github.com/apache/rocketmq-dashboard/issues/2144

   ## Affected branch
   
   rocketmq-studio at 737a7b4d
   
   ## Problem
   
   Resource CSV export protects values beginning with tab, carriage return, or 
line feed by prefixing an apostrophe. Import only restores prefixes for formula 
characters, so export then import changes those values. The quoted-field parser 
also fails to increment the source line for a lone carriage return, causing 
later validation errors to report the wrong row.
   
   ## Expected behavior
   
   CSV import should be symmetric with the exporter for every protected leading 
character and should report physical source lines correctly for CR, LF, and 
CRLF inside quoted fields.
   
   ## Reproduction
   
   Import an export-shaped protected value beginning with tab or CR, and parse 
a quoted field containing a lone CR followed by an invalid record.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to