docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode#34975
docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode#34975
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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_pathsupport for single CSV, directory discovery, and glob patterns for both tags and time-series CSV inputs. - Add
loading_modeto 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.
…reaming mode (#34975) * docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode * docs(taosgen): optimize CSV loading method description
…reaming mode (#34975) * docs(taosgen): enhance CSV reader to support blob file pattern and streaming mode * docs(taosgen): optimize CSV loading method description
…reaming mode
Description
Enhance CSV reader to support blob file pattern and streaming mode for taosgen
Issue(s)
Checklist
Please check the items in the checklist if applicable.