This tool allows to compare CSV files and visualize the differences. It compares line by line, and indicates which fields are different. It is Open source :), you can download the source code here.
You can see the user guide to help you to use this csv compare tool.
This tool allows to compare two CSV files, and visualize the diff.
Copy and paste, drag and drop your CSV files or directly type in the editors above.
You can also click on "load CSV from URL" button to load your file from a URL (Must be https).
You can also click on "Browse CSV file" button to load your CSV from a local file.
Click on "CSV format settings" to display the settings. You can select the separator, the quote and the escape characters to use for CSV files:
Click on "Compare" button to compare your CSV files!
You can choose to display only the rows with differences or to display them all (With a color code to visualize the differences).
You can also directly compare two CSV files by specifying their urls in the GET parameters url1 and url2.
Example: https://extendsclass.com/csv-diff.html?url1=https://extendsclass.com/mock/rest/3b3aea6de65f5bd7576a1079bf9b6ec5/sample1.csv&url2=https://extendsclass.com/mock/rest/3b3aea6de65f5bd7576a1079bf9b6ec5/sample2.csv
This tool highlights in red color the data which are different.
Comma-separated values (CSV) is a delimited text file that uses a comma to separate values. Each line of the file is a record which contains fields, separated by commas. Sometimes the separator can be another character (semicolon, tab ...).
Many applications use the CSV format to transfer data. This format is convenient for exporting and / or importing data. For example, databases can often export in this format. It is often preferred for large amounts of data.
Sometimes it is necessary to compare CSV files. For example to detect the differences between two exported files.
It can be complicated when the CSV file are large, this tool allows you to compare CSV easily.
CSV diff tool allow to compare two CSV files online. The comparison is done directly in your browser, Your CSV files are not sent to the server side! There is no limitation of size or number of rows (But for large files, your browser may not support the processing load and may not return control...).
CSV diff tool makes a line by line comparison, then it compares each field according to their position in the line. Your csv files must be sorted so you can compare them. We do not yet have a tool to sort your CSV, but it is being considered.
It is a new tool, you can give us your feedback, and make comments.
Comments
jole-2019-09-01 09:43
Cyril (admin)-2019-11-20 21:12
Cyril (admin)-2019-11-29 21:35
Amit-2019-11-20 07:43
Cyril (admin)-2019-11-20 21:00
Ioannis Karagiorgos-2020-01-09 15:44
Jay Bhattachan-2020-02-13 00:52
Cyril (admin)-2020-03-27 15:23
ashish sanghvi-2020-03-12 03:49
Cyril (admin)-2020-03-27 15:22
Nate-2020-03-27 14:10
I don't see a privacy page here - what's your data retention policy (i.e when scanning CSV files what data is kept)
Cyril (admin)-2020-03-27 15:26
The CSV files are compared in your browser, they are not sent to the server side, we do not keep anything!
We keep information only for sharing and backups (not available for this tool).
Paresh Bagmar-2020-04-27 20:57
Charles-2020-06-02 00:07
I compared a large CSV and had trouble finding the differences. It would be nice if it was possible to make the table cells smaller, and/or there was a mark on table rows/columns that had differences in them.
thanks for building a great tool!
Cyril (Admin)-2020-08-16 10:25
Avinash Kumar-2020-06-03 01:01
one feedback - a top level flag/boolean stating if the CSVs are identical or not.
Cyril (Admin)-2020-08-16 10:27
Ancy-2020-06-11 21:48
Cyril (Admin)-2020-08-16 10:25
Tim Collett-2020-08-14 01:34
I compared an 8868 row csv file and it's hard to spot the red.
Cyril (Admin)-2020-08-15 22:21
Karan Kansal-2020-08-24 23:16
Stephanie Diao-2020-08-26 01:25
Juan Carlos Estrada Nieto-2020-08-27 18:09
Cyril (Admin)-2020-09-15 12:55
Frances-2020-09-01 15:39
Cyril (Admin)-2020-09-15 12:56
Eric-2020-09-15 12:38
Cyril (Admin)-2020-09-15 12:58
Nitin Sharma-2020-09-18 11:11
Mia-2022-03-02 19:37
C Gibson-2020-10-12 17:33
Cyril (Admin)-2020-10-12 21:35
Thank you!
C Gibson-2020-10-14 19:57
No error messages received - nothing happens when I select the Compare button.
Cyril (Admin)-2020-10-15 17:16
VS-2021-10-11 20:58
Ilias-2021-11-08 14:19
Cyril (admin)-2021-11-26 20:23
It is already possible, you must click on "CSV format settings" to show options
steve-2021-12-14 04:50
Otherwise it'd be great.