Hi guys i just started doing pig, I was wondering if JsonLoader is capable of parsing all value inside json.
for example:
{"food":"Tacos", "person":"Alice", "amount":3}
and i need to get "food" stored as a relation in chararray and "Tacos" which is the value of "food" to another relation.
after reading many tutorial and documentation, i havent found a built in method to do so.
does it mean that the only solution to this is through UDF?
thanks a lot!