Skip to content

Trying to ingest json file in to quickwit. #1359

Answered by fmassot
HeenaBansal2009 asked this question in Q&A
Discussion options

You must be logged in to vote

From your dummy data, we have a json document with "time":"2006-10-09 12:55:46" but in your schema, you defined that time was i64, hence the error. Quickwit expects here a JSON number as it does not know how to convert it.

We have opened the issue #1328 to ease the dev XP on this, it will be done soon. Meanwhile, you need to convert the string into i64 yourself :/

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@HeenaBansal2009
Comment options

@PSeitz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@HeenaBansal2009
Comment options

@fmassot
Comment options

@HeenaBansal2009
Comment options

@HeenaBansal2009
Comment options

@HeenaBansal2009
Comment options

Answer selected by HeenaBansal2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants