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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to