Skip to content
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

CSV command: possibility to return a DICT list or to iterate by row #5

Open
myxcel opened this issue Nov 1, 2022 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@myxcel
Copy link
Owner

myxcel commented Nov 1, 2022

Example:

csv data\ select * from clients       -- normal return
csv -d data\ select * from clients    -- returns a list of DICTs
csv -c={ print $col1 } data\ select * from clients  -- bloc iteration

That would be fairly useful :)

@myxcel myxcel added enhancement New feature or request good first issue Good for newcomers labels Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: 🆕 New ideas
Development

No branches or pull requests

1 participant