-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change type of column-names map option to map(xs:string, xs:integer) from map(xs:integer, xs:string). It turns out I had used this format for all the examples, and the more I thought about it, the more it seemed unhelpful to have a map like `map { 1: "a", 2: "b" }` produce a `csv-columns-record` whose `names` entry was `map { "a": 1, "b": 2 }`. Not least, that prevented the `names` entry from a `csv-columns-record` being used as the `column-names` option in another invocation, which might be desirable if a user has one CSV with headers and subsequent CSVs of the same schema but without the header line (transaction logs split for size, perhaps).
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters