Skip to content

feat: add CSV reader nodes (CsvReadRow, CsvGetValue) - #10

Open
yaocoler wants to merge 1 commit into
MeeeyoAI:mainfrom
yaocoler:feature/csv-reader
Open

feat: add CSV reader nodes (CsvReadRow, CsvGetValue)#10
yaocoler wants to merge 1 commit into
MeeeyoAI:mainfrom
yaocoler:feature/csv-reader

Conversation

@yaocoler

@yaocoler yaocoler commented Jun 9, 2026

Copy link
Copy Markdown

Add two new nodes for reading CSV files with headers:

  • CsvReadRow: reads a full row by index, outputs json/pipe-sep/headers/total_rows
  • CsvGetValue: gets a single column value by column name and row index

Both nodes auto-detect file encoding via chardet.
Existing Excel nodes are preserved unchanged.

Add two new nodes for reading CSV files with headers:
- CsvReadRow: reads a full row by index, outputs json/pipe-sep/headers/total_rows
- CsvGetValue: gets a single column value by column name and row index

Both nodes auto-detect file encoding via chardet.
Existing Excel nodes are preserved unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant