HPI-Information-Systems/Metanome

Some problems in read CSV

Closed this issue · 0 comments

I have test my own data in CFDminer algorithm,but it always sometings wrong here is the warrings:
Reading data and calculating plis ...
de.metanome.algorithm_integration.AlgorithmExecutionException: Algorithm execution failed.
at de.metanome.backend.algorithm_execution.AlgorithmExecutor.executeAlgorithm(AlgorithmExecutor.java:201)
at de.metanome.backend.algorithm_execution.AlgorithmExecution.main(AlgorithmExecution.java:222)
Caused by: de.metanome.algorithm_integration.input.InputIterationException: Csv line length did not match on line 21
at de.metanome.backend.input.file.FileIterator.failDifferingLine(FileIterator.java:115)
at de.metanome.backend.input.file.FileIterator.next(FileIterator.java:106)
at de.metanome.algorithms.cfdfinder.structures.PLIBuilder.calculateClusterMaps(PLIBuilder.java:54)
at de.metanome.algorithms.cfdfinder.structures.PLIBuilder.getPLIs(PLIBuilder.java:43)
at de.metanome.algorithms.cfdfinder.CFDFinder.executeAlgorithm(CFDFinder.java:308)
at de.metanome.algorithms.cfdfinder.CFDFinder.execute(CFDFinder.java:288)
at de.metanome.backend.algorithm_execution.AlgorithmExecutor.executeAlgorithm(AlgorithmExecutor.java:186)
... 1 more

could you please help me to fix this ?
thank you very match