You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlowSynx plugin to reads and writes CSV files, enabling easy batch data import/export operations and integration with spreadsheet-based data workflows.
The CSV Plugin is a pre-packaged, plug-and-play integration component for the FlowSynx engine. It enables reading from and writing to CSV files with configurable parameters such as file path, delimiter, headers, and encoding. Designed for FlowSynx’s no-code/low-code automation workflows, this plugin simplifies data extraction and transformation tasks.
4
+
5
+
This plugin is automatically installed by the FlowSynx engine when selected within the platform. It is not intended for manual installation or standalone developer use outside the FlowSynx environment.
6
+
7
+
---
8
+
9
+
## Purpose
10
+
11
+
This plugin allows FlowSynx users to interact with CSV data within workflows without writing code. Once installed, it appears as a connector in the platform’s workflow builder, enabling seamless integration of CSV-based data operations such as importing, exporting, and transformation into automated processes.
12
+
13
+
---
14
+
15
+
## Notes
16
+
17
+
- This plugin is exclusively supported on the FlowSynx platform.
18
+
- It is installed automatically by the FlowSynx engine.
19
+
- All operational logic is securely managed and executed by FlowSynx.
20
+
- File access paths and related settings are configured via platform settings or workflow parameters.
0 commit comments