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!
Given some input spreadsheet with schema
it should be possible to filter for columns
aandb, instead of just take all of them. In SQL this looks likeSELECT A, B FROM SomeTable, but that functionality currently doesn't exist. Would be great if it did!