Skip to content

Commit

Permalink
update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
xros committed Aug 4, 2016
1 parent 36b3dd8 commit b064c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jsonpyes
2. Without validating ,just import data to ElasticSearch
3. After validating successfully, then import data to ElasticSearch

**A valid JSON file here refers to a JSON file stacked with many lines of data**
A valid JSON file here refers to a JSON file stacked with many lines of data

file *my_data.json* and its content
file valid_data.json and its content

{"key1": "valueA", "key2": {"sub_key1": "value2A", "sub_key2": ["Good", "Morning"]}}
{"key1": "valueB", "key2": {"sub_key1": "value2B", "sub_key2": ["Good", "Afternoon"]}}
...
{"key1": "valueC", "key2": {"sub_key1": "value2C", "sub_key2": ["Good", "Evening"]}}


Expand Down

0 comments on commit b064c3e

Please sign in to comment.