]> sigrok.org Git - libsigrok.git/commit
input/csv: introduce column-formats option (flexible logic import)
authorGerhard Sittig <redacted>
Tue, 15 Oct 2019 21:39:59 +0000 (23:39 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit2142a79b53e7fb2d9d050c382b624820601c1bd6
treede2eb0b70487d73259118f4857f040cfff0a9306
parentef0b9935cf1b133910d9b02e1ee3b798804716c6
input/csv: introduce column-formats option (flexible logic import)

Extend the CSV input module, introduce support for the "column-formats="
option. This syntax can express the previous single- and multi-column
semantics, as well as any arbitrary order of to-get-ignored, and single-
and multi-bit columns in several formats.

The previous "simple" keywords for single and multi column modes still
are in place, it's yet to get determined whether to axe them. Depends on
whether users can handle the format strings for these simple cases.
src/input/csv.c