Skip to content

Commit cd78eaf

Browse files
committed
Update README file to add description for read operation
#7
1 parent 211baf8 commit cd78eaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The CSV Plugin allows FlowSynx users to:
2121

2222
- **filter**: Filters rows in the CSV using defined `Filter` conditions. Supports logical operations (`and`, `or`) and common operators like `equals`, `contains`, `startsWith`, `endsWith`, `greaterThan`, and `lessThan`.
2323
- **map**: Maps existing fields in the CSV to a new subset of keys or column arrangement for simplified output.
24+
- **read**: Reads the structured object (e.g., from database) and returns it as a CSV data.
2425

2526
---
2627

src/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The CSV Plugin allows FlowSynx users to:
2121

2222
- **filter**: Filters rows in the CSV using defined `Filter` conditions. Supports logical operations (`and`, `or`) and common operators like `equals`, `contains`, `startsWith`, `endsWith`, `greaterThan`, and `lessThan`.
2323
- **map**: Maps existing fields in the CSV to a new subset of keys or column arrangement for simplified output.
24+
- **read**: Reads the structured object (e.g., from database) and returns it as a CSV data.
2425

2526
---
2627

0 commit comments

Comments
 (0)