Currently, the CSV generator (issue #230) traverses all folders recursively to find all the refactoring descriptors. This causes problems when there are folders such .svn whose structures do not match that of refactoring histories. Besides, it would be nice to generate the CSV file for a specified subset of participants only. For example, the CSV generator could take a file that lists the participants whose data we'd like to analyze. It makes it easier to use the CSV generator if it ignores unrelated directories automatically.
Currently, the CSV generator (issue #230) traverses all folders recursively to find all the refactoring descriptors. This causes problems when there are folders such
.svn
whose structures do not match that of refactoring histories. Besides, it would be nice to generate the CSV file for a specified subset of participants only. For example, the CSV generator could take a file that lists the participants whose data we'd like to analyze. It makes it easier to use the CSV generator if it ignores unrelated directories automatically.