Add a new column to a CSV file.
Append a new row to the end of a CSV file.
Create a new CSV file with an initial text content.
Append multiple rows to the end of a CSV file.
Delete columns in a CSV file.
Delete all the rows that match the provided filter.
Read a CSV file and output its text content.
Find the first row that matches the provided filter and return the row value under the specified column.
Find the first row that matches the provided filter.
Get rows from a CSV file.
Rename a column in a CSV file.
Update all the rows in a CSV file that match the provided filter.