Learn how to use the csv slash command to parse and process CSV files
/csv file: the CSV file to process action: what to do with the data
/csv file: customers.csv action: analyze structure and show sample data
/csv file: sales_data.csv action: filter rows where region equals "North" output format: json
/csv file: inventory.csv action: sort by price descending, keep only top 100 items output format: csv