未验证 提交 9ec5f6b6 编写于 作者: S Siddharth Kothari 提交者: GitHub

Merge pull request #131 from appbaseio/ugo/jsonl-adaptor/19-12-2018

Add doc for jsonl adaptor
JSONL adaptor
=============
The jsonl adaptor reads the data from jsonl file.
Here is how the configuration looks like:
src_type=jsonl
src_uri=/full/path/to/file.json
typename=typename
dest_type=elasticsearch
dest_uri=appname
The `file.json` should contain JSON lines text format, also called newline-delimited JSON.
For more information on jsonl format checkout this [link](http://jsonlines.org/).
Example:
{"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
{"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}
{"name": "May", "wins": []}
{"name": "Deloise", "wins": [["three of a kind", "5♣"]]}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册