-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to convert sql query to es #3
Comments
Hi @janakiram0035, the function needs to be called in node (rather than the shell/commandline). I'll update the documentation to be clearer. Let me know if that helps |
@drewbo thanks for you quick reply.... while doing "npm install sqltoes" i am getting this error. npm ERR! code ENOSELF npm ERR! A complete log of this run can be found in: |
@drewbo i have solved the above error. node with js file name not giving any output |
@janakiram0035 so there are two options to see the output. One is that you can use node in interactive mode by typing console.log(JSON.stringify(sqltoes(query))) and it will output the string. |
Its working. Thanq @drewbo |
Hi drewbo,
I am installing sqltoes in my system, it is showing like 5 packages added but when i cal the sqlToEs function with the query you have given it showing error message as zsh: missing delimiter for 'u' glob qualifier.
Can you help me to solve this issue.
The text was updated successfully, but these errors were encountered: