English

Compare Multiple CSV Files in Java - Accept, Reject or Highlight Changes

In this article, we will learn to compare more than two CSV in Java. Additionally, we will discuss how to compare the password-protected CSV files. Finally, how to accept and reject the found changes within Java application using the document comparison API.
· Shoaib Khan · 4 min

Compare Multiple CSV Files in C# - Accept, Reject or Highlight Changes

Today, in this article, we will further learn to compare more than two CSV using C#. Additionally, we will discuss how to compare the password-protected CSV files. Last but not least, how to accept and reject the found changes using C# within .NET application.
· Shoaib Khan · 4 min

Compare CSV Files using C#

CSV files are vastly used while sharing large data in a compact size. Such data contain comma-separated values which are not really very human readable. However, it is quite easy to manipulate CSV files using editors like Microsoft Excel, OpenOffice Calc, or LibreOffice. There are certain scenarios where we need to compare two large CSV files for their difference. In order to perform this comparison, we do it programmatically. Earlier, we have discussed this [CSV files comparison in Java][11]. This article covers the basic way how to compare two CSV files using C# within the .NET application.
· Shoaib Khan · 3 min

Compare CSV Files in Java

CSV files data is basically comma-separated values and it is very difficult to read such data in raw format. However, when these files are viewed using any of the well-known editors like Microsoft Excel, OpenOffice Calc, or LibreOffice that support CSV format, it becomes quite easy to manipulate CSV files. Even then, what about if you want to compare two large CSV files for their difference in data? Let’s do it programmatically. This article quickly covers the basic way how to compare two CSV files in Java.
· Shoaib Khan · 2 min

Control documents comparison sensitivity in Java

Document comparison is one of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and file formats.
· Atir Tahir · 2 min

Comparison API sample Implementation with PHP SDK

This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github.
· Derek Hyland · 9 min