react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

Convert SQL Format or mongo DB query format or string format value back to JSON tree

Open vijayrajthangaraj opened this issue 3 years ago • 1 comments

Describe the bug Currently I have to persist the entire JSON tree in the backend in order to rebuild the data and display the chosen conditions, but if I persist the SQL string formed by stringify(queryString(immutableTree, config), undefined, 2) to the backend, I dont have a way to create back the JSON tree.

To Reproduce persist a string and try to rebuild the JSON tree Expected behavior Able to rebuild the query builder back with data persisted in string format Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

vijayrajthangaraj avatar Dec 18 '21 07:12 vijayrajthangaraj

[@vijayrajthangaraj Did you get Any update on this? I am also looking SQL to JSONtree.

pilathraj avatar Jul 26 '22 11:07 pilathraj