I'm using beam.io.ReadFromText
to process data from textual files.
Parsing the files is more complex than reading by lines (there is some state that needs to be carried and changed from line to line).
Can I make Beam read my file with only one processor? (not parallelized) Any other best practice for these cases?