Problem
When a table in the chat UI is truncated for display (showing "(50 more)" at the bottom), exporting that table to Markdown or CSV includes the literal "(50 more)" placeholder in the exported file instead of fetching and exporting all rows.
This affects both export formats (Markdown and CSV).
Reported by a customer.
Expected behavior
Exporting to Markdown or CSV should always include the full dataset, regardless of how many rows are displayed in the UI. The "(50 more)" truncation is a display-only hint and should never appear in exported content.
Problem
When a table in the chat UI is truncated for display (showing "(50 more)" at the bottom), exporting that table to Markdown or CSV includes the literal "(50 more)" placeholder in the exported file instead of fetching and exporting all rows.
This affects both export formats (Markdown and CSV).
Reported by a customer.
Expected behavior
Exporting to Markdown or CSV should always include the full dataset, regardless of how many rows are displayed in the UI. The "(50 more)" truncation is a display-only hint and should never appear in exported content.