Skip to content

Commit

Permalink
Update Fix-User-Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx authored Oct 7, 2024
1 parent eb3bdcc commit e5c9fa8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/fix/Fix-User-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This document provides an introduction to the Metafacture Fix language (short: M
Metafacture Fix is a transformation module that can be used in a [Flux Workflow](../flux/Flux-User-Guide.html), for this you have to use this in your pipeline:

Flux-Example:
```perl
infile
| open-file
| as-lines
| decode-marc21
| fix(FLUX_DIR + "fixFile.fix")
| encode-json
| print
;
```java
infile
| open-file
| as-lines
| decode-marc21
| fix(FLUX_DIR + "fixFile.fix")
| encode-json
| print
;
```

- when using the FLUX:
Expand Down

0 comments on commit e5c9fa8

Please sign in to comment.