Skip to content

Commit 2fa6dbc

Browse files
committed
Adjust fix flux workflow to match the morph workflow #589
1 parent 77e15f3 commit 2fa6dbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metafacture-runner/src/main/dist/examples/gnd/json/tp2json.fix.flux

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ default gnd = FLUX_DIR + "Tp-200.pica.gz";
33
gnd|
44
open-file|
55
as-lines|
6-
decode-pica(normalizeutf8="true", normalizedserialization="true")|
6+
decode-pica|
77
fix(FLUX_DIR + "tp2json.fix")|
8-
normalize-unicode-stream|
98
encode-json|
109
write(FLUX_DIR + "test.txt");

0 commit comments

Comments
 (0)