timmy0079 commited on
Commit
11b5f35
1 Parent(s): b9d2cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -58,6 +58,10 @@ def get_json_file(json_docs):
58
  json_loader = JSONLoader(
59
  file_path=temp_filepath,
60
  jq_schema='.messages[].content',
 
 
 
 
61
  text_content=False)
62
 
63
  json_doc = json_loader.load()
 
58
  json_loader = JSONLoader(
59
  file_path=temp_filepath,
60
  jq_schema='.messages[].content',
61
+ jq_schema='.messages[].name',
62
+ jq_schema='.messages[].age',
63
+ jq_schema='.messages[].contactNumbers',
64
+ jq_schema='.messages[].favoriteSports',
65
  text_content=False)
66
 
67
  json_doc = json_loader.load()