jprante / jdbc-driver-csv

JDBC driver for CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder name seems to allow a class specification

davidmichaelkarr opened this issue · comments

I'm stepping through the code, trying to debug why my columnTypes aren't working, and I noticed that in "org.xbib.jdbc.csv.CsvDriver.connect(String, Properties)", it's checking to see if the "filePath" begins with "class:", presumably to allow specifying a class to provide the data. Shouldn't this be documented somewhere?