Skip to content

Added plugin source node for csv feeding#138

Merged
b3by merged 1 commit intomeetecho:mainfrom
b3by:feat/csv_data_loader
Mar 12, 2026
Merged

Added plugin source node for csv feeding#138
b3by merged 1 commit intomeetecho:mainfrom
b3by:feat/csv_data_loader

Conversation

@b3by
Copy link
Collaborator

@b3by b3by commented Mar 12, 2026

Description

This PR introduces a plugin node for sourcing data from a csv file. The node converts rows in a target csv file into objects, then transmits them as object payloads.

PR type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test update
  • Build/CI configuration change
  • Other (please describe):

Key modifications and changes

New plugin node added.

Additional context

This node streams the source csv file, so it keeps it open until the node itself is stopped.

@b3by b3by added type:enhancement New feature or request priority:low labels Mar 12, 2026
@b3by b3by merged commit 9f3dbbb into meetecho:main Mar 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:low type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant