The TsvEncoder
currently encodes escape sequences like \t
, \n
etc. as is. This could lead to some unwanted behavior and will corrupt the expected output. As it says in the definition of tab-separated-values, fields that contain tabs (or other escape characters) are not allowable in this encoding. Therefore this should throw an error.