Skip to content

Conversation

@ni00
Copy link
Contributor

@ni00 ni00 commented Dec 27, 2025

PR Checklist

If you have any questions, you can refer to the Contributing Guide

What is the current behavior?

  • Data Duplication: When exporting data in JSON, YAML, or XML formats, the message data is incorrectly duplicated (appearing both at the top level and nested within a properties object).

  • CSV/Excel Formatting: The exported CSV and Excel files have suboptimal formatting, making it difficult to read or process individual messages correctly in spreadsheet software.

Issue Number

Example: #2006

What is the new behavior?

  • Fix Duplication: Removed the redundant data nesting in JSON, YAML, and XML exports. The output structure is now clean and flat where appropriate.

  • Optimize Export: Refactored the CSV and Excel export logic (streamExportData.ts) to ensure messages are correctly formatted, likely ensuring one message per row and proper column separation.

Does this PR introduce a breaking change?

  • Yes
  • No

Specific Instructions

N/A

Other information

N/A

@ni00 ni00 force-pushed the bugfix-export-data branch from f7d7c6c to 81e38a7 Compare December 27, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant