TextOfFile binding; stargate support; scenario updates

This commit is contained in:
jeffbanks
2023-02-03 15:40:33 -06:00
parent 00d27c38d3
commit 6b2a368d79
10 changed files with 150 additions and 31 deletions

View File

@@ -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);
}