parkour.io.text documentation
dseq
(dseq & paths)Distributed sequence of input text file lines. Tuples consist of (file offset, text line). Default source shape is `:vals`.
dsink
(dsink)(dsink path)Distributed sink for writing line-delimited text output at `path`, or a transient path if not provided. Produces one line per tuple containing TAB-separated results of invoking `.toString` method of tuple members.