John Kerl
|
9445046bfe
|
Force decimal formatting for ints on JSON output (#1840)
* Force decimal formatting for ints on JSON output
* update a test case
|
2025-07-20 17:42:37 -04:00 |
|
John Kerl
|
cc1cd954ea
|
Fix unflatten with field names like . .x or x..y (#1735)
* Fix unflatten with field name like `.` `.x` or `x..y`
* docs & test data
|
2024-12-23 12:27:08 -05:00 |
|
John Kerl
|
02bd5344b9
|
Static-check fixes from @lespea #1657, batch 5/n (#1707)
* Static-check fixes from @lespea #1657, batch 2/n
* Static-check fixes from @lespea #1657, batch 3/n
* Static-check fixes from @lespea #1657, batch 4/n
* Static-check fixes from @lespea #1657, batch 5/n
|
2024-10-27 12:05:48 -04:00 |
|
John Kerl
|
8c791f5466
|
Static-check fixes from @lespea #1657, batch 4/n (#1706)
* Static-check fixes from @lespea #1657, batch 2/n
* Static-check fixes from @lespea #1657, batch 3/n
* Static-check fixes from @lespea #1657, batch 4/n
|
2024-10-27 12:00:25 -04:00 |
|
John Kerl
|
cc8a3c4b4e
|
Static-check fixes from @lespea #1657, batch 2/n (#1704)
|
2024-10-27 11:50:15 -04:00 |
|
John Kerl
|
047cb4bc28
|
Static-check fixes from @lespea #1657, batch 1/n (#1703)
|
2024-10-27 11:42:43 -04:00 |
|
Adam Lesperance
|
085e831668
|
The package version must match the major tag version (#1654)
* Update package version
* Update makefile targets
* Update readme packages
* Remaining old packages via rg/sd
|
2024-09-20 12:10:11 -04:00 |
|
John Kerl
|
16a898cff4
|
Fix binary data in JSON output (#1626)
|
2024-08-25 15:00:51 -04:00 |
|
John Kerl
|
5ac48516f7
|
Add a stat DSL function (#1560)
* Add a `stat` DSL function [WIP]
* artifacts from `make dev`
* regression test
|
2024-05-09 18:39:44 -04:00 |
|
camcui
|
12480c4ab5
|
chore: fix function name in comment (#1543)
Signed-off-by: camcui <cuishua@sina.cn>
|
2024-04-12 09:38:31 -04:00 |
|
John Kerl
|
fb1f7f8421
|
Enable record-hashing by default (#1507)
* Enable record-hashing by default
* comments
|
2024-02-25 21:51:41 -05:00 |
|
John Kerl
|
7bd460a3b8
|
Support thousands separator in fmtnum (#1499)
* Support thousands separator in `fmtnum`
* doc bits
|
2024-02-18 14:01:46 -05:00 |
|
John Kerl
|
2f42c6f508
|
Fix #1462: remove limit of 1000 on dedupe field names (#1463)
* Fix #1462: remove limit of 1000 on dedupe field names
* make dev output
|
2024-01-01 17:50:56 -05:00 |
|
John Kerl
|
0e3a54ed68
|
Implement mlr uniq -x (#1457)
* mlr uniq -x
* unit-test cases
* make dev
|
2023-12-23 16:20:11 -05:00 |
|
John Kerl
|
c6b745537a
|
New strmatch/strmatchx DSL functions (#1448)
* New `match`/`matchx` DSL functions
* unit-test cases
* match/matchx -> strmatch/strmatchx
* help strings for strmatch and strmatchx
* update regex doc page re strmatch/strmatchx
* unit-test update
|
2023-12-19 14:34:54 -05:00 |
|
John Kerl
|
5b6a1d4713
|
JSONL output does not properly handle keys with quotes (#1425)
* mlr --l2j, --j2l
* make dev for previous commit
* fix #1424
* unit-test cases
* iterate
|
2023-11-11 18:58:49 -05:00 |
|
John Kerl
|
087f4bb4c9
|
Include null in any typemask (#1395)
|
2023-09-11 17:15:37 -04:00 |
|
John Kerl
|
268a96d002
|
Export library code in pkg/ (#1391)
* Export library code in `pkg/`
* new doc page
|
2023-09-10 17:15:13 -04:00 |
|