mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
TextOfFile binding; stargate support; scenario updates
This commit is contained in:
@@ -76,6 +76,7 @@ public class NBIO implements NBPathsAPI.Facets {
|
||||
return Arrays.asList(split);
|
||||
}
|
||||
|
||||
|
||||
public static CSVParser readFileCSV(String filename, String... searchPaths) {
|
||||
return NBIO.readFileDelimCSV(filename, ',', searchPaths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user