首页
/ CSV Data Loader Plugin

CSV Data Loader Plugin

2026-04-07 11:41:41作者:宣聪麟

This plugin provides support for loading CSV files into PlotJuggler.

Features

  • Support for various delimiters (comma, semicolon, tab)
  • Configurable time column selection
  • Automatic detection of numeric columns

Usage

  1. Go to "Data" -> "Load from file"
  2. Select a CSV file
  3. Configure import options in the dialog
  4. Click "OK" to load the data

2. **创建示例数据**

在[docs/](https://gitcode.com/gh_mirrors/pl/PlotJuggler/blob/da72858549b1e69b7e82b2d9b88b76ba0e40113a/docs/?utm_source=gitcode_repo_files)目录下添加插件的使用示例和截图,帮助用户快速理解插件功能。

3. **提交社区贡献**

遵循PlotJuggler的贡献指南,通过以下步骤提交插件:

```bash
# 创建特性分支
git checkout -b feature/csv-loader
# 提交代码
git add .
git commit -m "Add CSV data loader plugin"
# 推送到远程仓库
git push origin feature/csv-loader
# 在GitCode上创建Pull Request
登录后查看全文
热门项目推荐
相关项目推荐