Skip to content

Fix csv line break issue when upload runner data#7948

Merged
cwangsmv merged 1 commit intodevelopfrom
fix/runner-iteration-data-upload-issue
Sep 12, 2024
Merged

Fix csv line break issue when upload runner data#7948
cwangsmv merged 1 commit intodevelopfrom
fix/runner-iteration-data-upload-issue

Conversation

@cwangsmv
Copy link
Contributor

Fix CSV split issue when user uploads runner data with different types of line breaks:

  • LF (\n) in Linux
  • CRLF(\r\n) in windows
  • CR(\r) in Mac

Closes #7947

@cwangsmv cwangsmv requested a review from ihexxa September 12, 2024 06:41
@cwangsmv cwangsmv changed the title Fix csv line break issue when upload runner data Fix csv line break issue when upload runner data[INS-4422] Sep 12, 2024
@cwangsmv cwangsmv changed the title Fix csv line break issue when upload runner data[INS-4422] Fix csv line break issue when upload runner data Sep 12, 2024
@cwangsmv cwangsmv merged commit 7021a0b into develop Sep 12, 2024
@cwangsmv cwangsmv deleted the fix/runner-iteration-data-upload-issue branch September 12, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collection Runner iteration data is imported with "\r" character from CSV file with CRLF EOL

3 participants