CSV Tools
Edit, convert and manipulate CSV files with ease.
Convert JSON to CSV Format
Convert JSON files into a CSV file where each column is separated from the other using a comma (,) character.
Convert Microsoft Excel .XLSX to CSV Format
Convert Microsoft Excel .XLSX files into a CSV file where each column is separated from the other using a comma (,) character.
Convert CSV (Comma-separated values) to Fixed-Width Table
Convert CSV (Comma-separated values) files into a file where each field in the original file occupies a fixed number of characters in the resulting file.
Convert CSV (Comma-separated values) to JSON
Convert CSV (Comma-separated values) files into a JSON file in the JavaScript Object Notation format.
Convert CSV (Comma-separated values) to Pipe-delimited Values
Convert CSV (Comma-separated values) files into a text file in which each field or column is separated from the other with a vertical bar (|).
Convert CSV (Comma-separated values) to SQL Statements
Convert CSV (Comma-separated values) files into a text file where each row in the original file results in a corresponding SQL INSERT statement.
Convert CSV (Comma-separated values) to Tab-Separated Values (Tab-delimited)
Convert CSV (Comma-separated values) files into a text file in which each field or column is separated from the other with a Tab tabulation character.
Count CSV (Comma-separated values) Rows per Column
Count the number of rows per column in CSV (Comma-separated values) files.
Extract first Column from CSV (Comma-separated values) File
Extract the first column from CSV (Comma-separated values) spreadsheet file.
Get CSV (Comma-separated values) File Column Names (Fields)
Get a list of all the field names in CSV (Comma-separated values) spreadsheet files.
Get Mean (Average) per Column in CSV (Comma-separated values) File
Calculate the average (mean) value of each column of a CSV (Comma-separated values) spreadsheet file.
Get Minimum Value per Column in CSV (Comma-separated values) File
Find the smallest (min) value in each column of a CSV (Comma-separated values) spreadsheet file.
Get Most Frequent Value per Column in CSV (Comma-separated values) File
Calculate the most commonplace value of each column of a CSV (Comma-separated values) spreadsheet file.
Get Standard Deviation of Columns in CSV (Comma-separated values) File
Calculate the standard deviation (SD / σ) value of each column of a CSV (Comma-separated values) spreadsheet file.
Get Sum of Values per Column in CSV (Comma-separated values) File
Calculate the sum (∑) value of each column of a CSV (Comma-separated values) spreadsheet file.
Get Unique Values per Column in CSV (Comma-separated values) File
Count the number of unique values in each columns in CSV (Comma-separated values) spreadsheet files by ignoring duplicate entries in each column.
Validate CSV (Comma-separated values) File Format (Validation)
Validate the content of CSV (Comma-separated values) spreadsheets.