Open davidglavas opened 6 years ago
I'm trying to use LogHelper to load csv and xes files and can't find the following files:
import org.processmining.log.csv.CSVFileReferenceOpenCSVImpl; import org.processmining.log.csv.config.CSVConfig; import org.processmining.log.csvimport.CSVConversion.ConversionResult; import org.processmining.log.csvimport.config.CSVConversionConfig; import org.processmining.log.csvimport.exception.CSVConversionException
I tried searching for them in the repo here and elsewhere online but can't find them. How do I get these imports to work?
Were you able to resolve this? Did gradle build completed successfully?
I'm trying to use LogHelper to load csv and xes files and can't find the following files:
I tried searching for them in the repo here and elsewhere online but can't find them. How do I get these imports to work?