Convert CSV to JSON or JSON to CSV instantly. Handles quoted fields, custom delimiters, and file uploads.
[
{
"name": "John Doe",
"email": "john@example.com",
"role": "Admin"
},
{
"name": "Jane Smith",
"email": "jane@example.com",
"role": "Editor"
},
{
"name": "Bob Wilson",
"email": "bob@example.com",
"role": "Viewer"
}
]