From 6cb90f4f4e1cfa6e6ab78b8e7cbfa8492d602ea0 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 22 May 2023 13:38:38 +0200 Subject: [PATCH] Add CSVEncoder See https://github.com/metafacture/metafacture-core/pull/486. --- flux-commands.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flux-commands.md b/flux-commands.md index 4414633..1ecc489 100644 --- a/flux-commands.md +++ b/flux-commands.md @@ -190,6 +190,13 @@ draw-uniform-sample - signature: Object -> Object - java class: org.metafacture.statistics.UniformSampler +encode-csv +---------- +- description: Encodes each value in a record as a csv row. +- options: includeheader (boolean), noquotes (boolean), separator (String), includerecordid (boolean) +- signature: StreamReceiver -> String +- java class: org.metafacture.csv.CsvEncoder + encode-formeta -------------- - description: Encodes streams in formeta format.