-
Notifications
You must be signed in to change notification settings - Fork 75
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
[FEATURE REQUEST] Being able to put the query in a separate .soql file #900
Comments
Hello, @thvd Thank you for your feature request. Cheers |
Hey, |
This case has been marked as 'to-be-closed', since it has no activity for the 3 days. |
This case is postponed for the future review and closed for the current moment. |
@hknokh So the challenge I experience is that the |
I am frustrated to put the query (with many fields) in the export.json file on one line.
Describe the solution you'd like
So just like
sf data export tree
i would like to use the query in a formatted way in a myQuery.soql file.Like this:
export.json:
config/data/testdata.soql:
How to implement this
I have been looking at the code, i think if we put this code:
in the
_parseQuery
method ofsrc/modules/models/script_models/scriptObject.ts
will that implement this?The text was updated successfully, but these errors were encountered: