liquidaty

Results 20 issues of liquidaty

expect to either: - fail with error message, and/or - adapt to duplicate column names by e.g. renaming to `name_1`, `name_2` etc

bug
compare

For example, given 2 inputs: a.csv: ``` id,.. 1,... 2,... ``` and b.csv: ``` id,.. 2,... 3,... ``` then `sql --join-indexes 1 a.csv b.csv` returns two data rows with ids...

enhancement

See https://github.com/stedolan/jq/issues/492

feature request

Hi, Could anyone help me to construct a wasm fallback for _mm_alignr_epi8() (using emscripten)? I see from https://emscripten.org/docs/porting/simd.html that it can be "emulated with a SIMD or+two shifts". However, not...

Home: * https://github.com/liquidaty/zsv Description: * zsv+lib: world's fastest (simd) CSV parser, bare metal or wasm, with an extensible CLI for SQL querying, format conversion and more * Written in C

enhancement

I did not see any way to pass command-line options corresponding to the various options offered by the underling json-schema-faker library, so I made some changes for it to do...

Anyone know if this can be compiled (whether as an executable or a library) into properly functioning web assembly using [emscripten](https://emscripten.org/docs/porting/simd.html) (or other wasm compiler) and if so, whether any...

e.g if input1 contains A,B,C and input2 contains A,C, and contents are otherwise equal, then the output should contain a single line: ``` ,B,,MISSING ``` instead of: ``` key,B,x, key,B,x,...

e.g.: mac (brew) linux: arch, aws, ubuntu windows (winget? pacman)? FreeBSD NetBSD etc