-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add AlaSQL Transform task #9
Labels
area/backend
Needs backend code changes
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
Comments
anna-geller
added
enhancement
New feature or request
kind/pending-feedback
Idea waiting for user feedback
and removed
enhancement
New feature or request
labels
Mar 20, 2024
anna-geller
added
enhancement
New feature or request
area/backend
Needs backend code changes
area/plugin
Plugin-related issue or feature request
and removed
kind/pending-feedback
Idea waiting for user feedback
labels
Aug 19, 2024
traceback when using it in Node task:
|
tchiotludo
added
good first issue
Great issue for new contributors
and removed
kind/good-first-issue
labels
Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/backend
Needs backend code changes
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
Feature description
This might be part of core transform tasks. AlaSQL seems useful and lightweight.
For example, you can download this CSV file and do:
npm install alasql -g alasql 'select * into xlsx("new_fruits.xlsx") from CSV("fruit.csv") where id > 98'
This will read a CSV file, perform SQL transformation, and export the output into an Excel file.
Some links:
Trying using it in Node task didn't work for me:
The text was updated successfully, but these errors were encountered: