You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/06 13:46:46 UTC

[GitHub] Harish346 commented on issue #6113: Inserting Nested Json into Druid

Harish346 commented on issue #6113: Inserting Nested Json into Druid
URL: https://github.com/apache/incubator-druid/issues/6113#issuecomment-410713423
 
 
   Hi @gianm ,I read the document but I have a json array in which number of values vary each time. Is it possible to write flatten spec for all varying values in an array?For example below is my json data in which the number of values in array1 varies each time
   {
     "Sheet1": [
       {
         "array1": [
           "xyz",
           "zzz",
           "yyy"
         ]
       }
     ]
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org