Skip to content

Add functionality to select only certain columns from a spreadsheet #13

@andrlime

Description

@andrlime

Given some input spreadsheet with schema

(String a),(String b),(Number c), ...

it should be possible to filter for columns a and b, instead of just take all of them. In SQL this looks like SELECT A, B FROM SomeTable, but that functionality currently doesn't exist. Would be great if it did!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions