olehmberg / winter

WInte.r is a Java framework for end-to-end data integration. The WInte.r framework implements well-known methods for data pre-processing, schema matching, identity resolution, data fusion, and result evaluation.
Apache License 2.0
109 stars 32 forks source link

Change naming of short debug file #53

Closed abrinkmann closed 3 years ago

abrinkmann commented 3 years ago

The method writeDebugMatchingResultsToFile of the MatchingRule writes a debug log to two separate files:

A user only supplies the path "/path/to/debugResults.csv". The suffix "_short" is simply appended to the path to determine the path to the short debug log. This results in a file of type .csv_short, which is no common file type.

Requirement: The file path of the short debug log should be "/path/to/debugResults_short.csv".