In Google's apache-beam dataflow pipeline one can write data to a textfile, the apache-beam's website makes note of the possibility to write "multiple output files" here but the code is the same as for aggregate files (and that's all I get).
Is it possible to generate a file for each item in a PCollection?