Skip to content

docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode#34975

Merged
zitsen merged 2 commits intomainfrom
docs/6661523672
Apr 1, 2026
Merged

docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode#34975
zitsen merged 2 commits intomainfrom
docs/6661523672

Conversation

@YamingPei
Copy link
Copy Markdown
Contributor

…reaming mode

Description

Enhance CSV reader to support blob file pattern and streaming mode for taosgen

Issue(s)

  • Close/close/Fix/fix/Resolve/resolve: Issue Link

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

Copilot AI review requested due to automatic review settings March 28, 2026 09:21
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the taosgen reference manual in both English and Chinese to document new capabilities, specifically supporting directory paths and glob patterns for CSV data sources. It also introduces a new loading_mode parameter for CSV data. Feedback focuses on removing inadvertently added UTF-8 BOM characters from the files and relocating the loading_mode parameter to the from_csv configuration block for better logical organization.

Comment thread docs/en/14-reference/02-tools/11-taosgen.md
Comment thread docs/en/14-reference/02-tools/11-taosgen.md Outdated
Comment thread docs/zh/14-reference/02-tools/11-taosgen.md
Comment thread docs/zh/14-reference/02-tools/11-taosgen.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the taosgen reference manuals (EN/ZH) to document enhanced CSV input capabilities (multi-file via directory/glob) and a new CSV loading mode that supports streaming reads, aligning the docs with the described taosgen CSV reader improvements.

Changes:

  • Document file_path support for single CSV, directory discovery, and glob patterns for both tags and time-series CSV inputs.
  • Add loading_mode to describe "preload" vs "streaming" CSV loading behavior.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/zh/14-reference/02-tools/11-taosgen.md Updates Chinese taosgen manual with multi-file CSV file_path semantics and loading_mode parameter.
docs/en/14-reference/02-tools/11-taosgen.md Updates English taosgen manual with multi-file CSV file_path semantics and loading_mode parameter.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/zh/14-reference/02-tools/11-taosgen.md
Comment thread docs/en/14-reference/02-tools/11-taosgen.md
@zitsen zitsen merged commit 3c6225a into main Apr 1, 2026
6 checks passed
jiajingbin pushed a commit that referenced this pull request Apr 8, 2026
…reaming mode (#34975)

* docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode

* docs(taosgen): optimize CSV loading method description
wangmm0220 pushed a commit that referenced this pull request Apr 14, 2026
…reaming mode (#34975)

* docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode

* docs(taosgen): optimize CSV loading method description
@YamingPei YamingPei deleted the docs/6661523672 branch April 30, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants