Re: convert Json to Tuple

2016-04-25 Thread Alexander Smirnov
idn't try the approach myself, though. > > On Mon, Apr 25, 2016 at 6:50 PM, Alexander Smirnov < > alexander.smirn...@gmail.com> wrote: > >> Hello everybody! >> >> my RMQSource function receives string with JSONs in it. >> Because many operations in Fli

Re: convert Json to Tuple

2016-04-25 Thread Timur Fayruzov
o everybody! > > my RMQSource function receives string with JSONs in it. > Because many operations in Flink rely on Tuple operations, I think it is a > good idea to convert JSON to Tuple. > > I believe this task has been solved already :) > what's the common approach for this conversion? > > Thank you, > Alex >

convert Json to Tuple

2016-04-25 Thread Alexander Smirnov
Hello everybody! my RMQSource function receives string with JSONs in it. Because many operations in Flink rely on Tuple operations, I think it is a good idea to convert JSON to Tuple. I believe this task has been solved already :) what's the common approach for this conversion? Thank you, Alex