JSON and CSV Data Transformation Transform data between JSON, CSV, and other formats. Filter, map, flatten nested objects, and reshape data for analysis, reporting, and API integration. When to use - Use case 1: When the user asks to convert data between JSON and CSV formats - Use case 2: When you need to filter, extract, or transform specific fields from data - Use case 3: For flattening nested JSON structures into tabular format - Use case 4: When processing API responses for analysis or reporting Required tools / APIs - jq — Command-line JSON processor (essential for JSON manipulation) - c…