Commit dedb75f
docs: add csv_tool to Available Tools table in README
Fixes aden-hive#1581
Added the following csv_tool functions to the Available Tools table:
- csv_read: Read a CSV file and return its contents
- csv_write: Write data to a new CSV file
- csv_append: Append rows to an existing CSV file
- csv_info: Get metadata about a CSV file
- csv_sql: Query a CSV file using SQL (DuckDB)
Also updated the Project Structure section to include csv_tool directory.
Co-Authored-By: Himanshu Jha <jhahimanshu653@gmail.com>1 parent f30f42a commit dedb75f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
0 commit comments