sq/drivers/csv
Neil O'Toole c5cf6c0cc0
#217: Configurable timestamp format (#218)
* Moved time functions from pkg stringz to pkg timez

* Refactor options.Opt

* wip: initial work on configurable time layout

* wip: most printers now respect format.datetime and friends

* Folded pkg timefmt into timez

* Refactor options.Opt; refine options

* Add 'sq config set OPTION --help' mechanism

* Finished completion of OptDateFormatAsNumber and OptTimeFormatAsNumber
2023-05-06 20:36:34 -06:00
..
testdata Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
csv_test.go #217: Configurable timestamp format (#218) 2023-05-06 20:36:34 -06:00
csv.go #217: Configurable timestamp format (#218) 2023-05-06 20:36:34 -06:00
detect_field_kinds.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
detect_header_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
detect_header.go #217: Configurable timestamp format (#218) 2023-05-06 20:36:34 -06:00
detect_type.go #199: Config overhaul (#214) 2023-05-03 06:36:10 -06:00
ingest.go #217: Configurable timestamp format (#218) 2023-05-06 20:36:34 -06:00
insert.go #199: Config overhaul (#214) 2023-05-03 06:36:10 -06:00
internal_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00