Well, I don’t see that it’s a very common case (at least, I don’t recall the other requests for this before) and FileIO + custom Sink should perfectly help with this.
I’m not sure that we need to add such functionality for TextIO.write() since it assumes that it will write data line by line separated by common line’s delimiter. > On 20 Feb 2021, at 05:13, Pradyumna Achar <[email protected]> wrote: > > Thank you, yes this is what I had done yesterday as a workaround, but wanted > to know if there was a standard way to do it as it would probably be a common > use case. > Regards > Pradyumna
