aboutsummaryrefslogtreecommitdiff
path: root/lib/file_handler/csv2sql.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file_handler/csv2sql.mli')
-rw-r--r--lib/file_handler/csv2sql.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/file_handler/csv2sql.mli b/lib/file_handler/csv2sql.mli
new file mode 100644
index 0000000..e09737b
--- /dev/null
+++ b/lib/file_handler/csv2sql.mli
@@ -0,0 +1,10 @@
+val importInDatable :
+ log_error:ImportErrors.t ->
+ conf:ImportConf.Syntax.t ->
+ dirname:string ->
+ ImportAnalyser.Dependency.t ->
+ _ ImportSQL.Db.t ->
+ ImportCSV.DataType.t array option Lwt.t
+(** Load an excel spreadsheet in an SQLite database.
+
+Return the header if at least one row where present *)