Importing JSONL file (or files)
已回答
I have JSONL files that I would like to automatically import to a database. Is there a way to do it? Current import window does not recognise new lines as records
请先登录再写评论。
Hi,
Importing from JSONL files is not supported by default. As a workaround, it's possible create a custom data loader, similar to the approach suggested in DBE-16279 for exporting in JSONL.