Skip to content

Commit

Permalink
Update to release metafacture-core-5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Mar 3, 2023
1 parent 7315543 commit 1e92b66
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions flux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,13 @@ triples-to-stream
- signature: Triple -> StreamReceiver
- java class: org.metafacture.triples.TriplesToStream

validate-json
-------------
- description: Validate JSON against a given schema, send only valid input to the receiver. Pass the schema location to validate against. Write valid and/or invalid output to locations specified with `writeValid` and `writeInvalid`. Set the JSON key for the record ID value with `idKey` (for logging output, defaults to `id`).
- options: idkey (String), writeinvalid (String), writevalid (String)
- signature: String -> String
- java class: org.metafacture.json.JsonValidator

wait-for-inputs
---------------
- description:
Expand All @@ -661,13 +668,13 @@ write
-----
- description: Writes objects to stdout or a file
- arguments: [stdout, PATH]
- options: footer (String), header (String), encoding (String), compression [NONE, AUTO, BZIP2, GZIP, PACK200, XZ], separator (String)
- options: appendiffileexists (boolean), footer (String), header (String), encoding (String), compression [NONE, AUTO, BZIP2, GZIP, PACK200, XZ], separator (String)
- signature: Object -> Void
- java class: org.metafacture.io.ObjectWriter

write-files
-----------
- options: footer (String), header (String), encoding (String), compression [NONE, AUTO, BZIP2, GZIP, PACK200, XZ], separator (String)
- options: appendiffileexists (boolean), footer (String), header (String), encoding (String), compression [NONE, AUTO, BZIP2, GZIP, PACK200, XZ], separator (String)
- signature: Object ->
- java class: org.metafacture.io.ObjectFileWriter

Expand Down

0 comments on commit 1e92b66

Please sign in to comment.