summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-25 09:38:59 -0300
committermongo <andmarti@gmail.com>2017-04-25 09:38:59 -0300
commit92cf3bfc39c2754c612acbbbd2fa9fa23b232e65 (patch)
tree198b2465531c83593d79304894b481c6110c9161 /src/conf.c
parentea32f6543ec7e804622e00103ccaf6784c0951ff (diff)
added import_delimited_as_text configuration variable for csv import
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index bf3e201..3eda865 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -13,6 +13,7 @@ void store_default_config_values() {
put(user_conf_d, "newline_action", "0");
put(user_conf_d, "external_functions", "0");
put(user_conf_d, "xlsx_readformulas", "0");
+ put(user_conf_d, "import_delimited_as_text", "0");
put(user_conf_d, "quit_afterload", "0");
put(user_conf_d, "numeric_zero", "0");
put(user_conf_d, "numeric_decimal", "0");