test(ingest): golden extraction case examples/ingest-golden-file, byte-frozen (I2)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-03 18:40:53 +02:00
commit 994f5be11c
8 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,8 @@
id,value
backslash,a\b
pipe,a|b
newline,"x
y"
both,\|
zeros,007
decimal,1.50
1 id value
2 backslash a\b
3 pipe a|b
4 newline x y
5 both \|
6 zeros 007
7 decimal 1.50