Re: ConvertJSONToSQL in combination with PutCassandraQL

2017-02-17 Thread Pierre Villard
Hi Srinath, Not sure there is an alternate way. However I believe the changes you made to get your use case working are interesting and we should think of a way to get the changes in the processor. Would you mind filing a JIRA? and maybe share your changes through a PR? Thanks 2017-02-16 21:49

ConvertJSONToSQL in combination with PutCassandraQL

2017-02-16 Thread Srinath Thota
Hi All, For one of my requirements, I will get data in JSON and need to upload it to Cassandra. So, I have planned to use ConvertJSONToSQL processor to convert JSON to CQL and PutCassandraQL processor will execute those CQL statements for inserting the data. For this purpose, I have modified