Uses of Record Class
cloud.opencode.base.csv.diff.CsvChange
Packages that use CsvChange
-
Uses of CsvChange in cloud.opencode.base.csv
Methods in cloud.opencode.base.csv that return types with arguments of type CsvChangeModifier and TypeMethodDescriptionOpenCsv.diff(CsvDocument original, CsvDocument modified) Computes differences between two CSV documents 计算两个CSV文档之间的差异OpenCsv.diffByKey(CsvDocument original, CsvDocument modified, String keyColumn) Computes differences using a key column for row matching 使用键列进行行匹配来计算差异 -
Uses of CsvChange in cloud.opencode.base.csv.diff
Methods in cloud.opencode.base.csv.diff that return types with arguments of type CsvChangeModifier and TypeMethodDescriptionCsvDiff.diff(CsvDocument original, CsvDocument modified) Computes differences between two CSV documents using positional row comparison 使用位置行比较计算两个CSV文档之间的差异CsvDiff.diffByKey(CsvDocument original, CsvDocument modified, String keyColumn) Computes differences using a key column for row matching 使用键列进行行匹配来计算差异