I've put the text_loader.json file in /root/.questdb/conf/ directory, and I changed the cairo.sql.copy.formats.file = /root/.questdb/conf/text_loader.json which in server.conf, finally when i start questDB , it appeared can't find the file.
Exception in thread "main" io.questdb.cutlass.json.JsonException: [0] could not find [resource=/root/.questdb/conf/text_loader.json]
at io.questdb@6.2/io.questdb.std.ThreadLocal.initialValue(ThreadLocal.java:36)
at java.base/java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:195)
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:172)
at io.questdb@6.2/io.questdb.cutlass.json.JsonException.position(JsonException.java:43)
at io.questdb@6.2/io.questdb.cutlass.json.JsonException.$(JsonException.java:39)
at io.questdb@6.2/io.questdb.cutlass.text.types.InputFormatConfiguration.parseConfiguration(InputFormatConfiguration.java:148)
at io.questdb@6.2/io.questdb.PropServerConfiguration.<init>(PropServerConfiguration.java:698)
at io.questdb@6.2/io.questdb.ServerMain.readServerConfiguration(ServerMain.java:513)
at io.questdb@6.2/io.questdb.ServerMain.<init>(ServerMain.java:96)
at io.questdb@6.2/io.questdb.ServerMain.main(ServerMain.java:289)
this picture is my storage localtion. enter image description here
and document is here https://questdb.io/docs/guides/importing-data
please tell me how to deal with it. thanks
This seems to be a bug, raised an issue. Will come back to this thread when fixed.