Class CsvAnalysisUtility

java.lang.Object
de.bcxp.challenge.common.analysis.csv.CsvAnalysisUtility

public final class CsvAnalysisUtility extends Object
Utility class providing common analytical operations for Document objects.

This class contains static helper methods that perform reusable data analysis tasks, such as identifying the best-matching document entries based on numeric column comparisons.

The utility class is declared final and has a private constructor to prevent instantiation. All functionality is provided via static methods.