aboutsummaryrefslogtreecommitdiffstats
path: root/skate/map.go
Commit message (Collapse)AuthorAgeFilesLines
* fix subtle value extraction bug (https://i.imgur.com/tCvZzHo.png)Martin Czygan2021-05-151-1/+4
|
* fix comparisonMartin Czygan2021-05-111-1/+1
|
* skate-map: jq compatMartin Czygan2021-05-111-1/+6
|
* update docsMartin Czygan2021-05-111-2/+2
|
* skip-on-empty: switch to one indexed columnMartin Czygan2021-05-111-0/+1
|
* update docsMartin Czygan2021-05-081-3/+4
|
* map: fix assignmentMartin Czygan2021-05-061-2/+2
|
* add a url extractor mapperMartin Czygan2021-05-061-0/+17
|
* implement a few flags as mapper middlewareMartin Czygan2021-04-301-0/+25
|
* update docsMartin Czygan2021-04-301-1/+2
|
* update docsMartin Czygan2021-04-301-3/+4
|
* fix newline handlingMartin Czygan2021-04-301-5/+16
|
* simplify fixed field extractorMartin Czygan2021-04-281-31/+4
|
* update docsMartin Czygan2021-04-281-1/+1
|
* add prefix wrapperMartin Czygan2021-04-271-2/+27
|
* fix tab charMartin Czygan2021-04-261-1/+1
|
* rename FieldMapper to MapperMartin Czygan2021-04-261-4/+4
| | | | | In our context, we are for now only mapping a blob to a number of fields.
* wip: partial document stubMartin Czygan2021-04-251-6/+30
|
* wip: mapper with arbitrary number of fieldsMartin Czygan2021-04-241-46/+74
|
* wip: move to prefixed, w/ skate-mapMartin Czygan2021-04-241-0/+101