You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ttv is completely naive to the format of lines in the input, so nested newlines could easily trip it up. This was originally so we didn't have to do unnecessary work since I was only splitting quite simple files, but it would definitely help to have a flag to parse in case inputs are more complicated. This would of course be slower!
Currently
ttv
is completely naive to the format of lines in the input, so nested newlines could easily trip it up. This was originally so we didn't have to do unnecessary work since I was only splitting quite simple files, but it would definitely help to have a flag to parse in case inputs are more complicated. This would of course be slower!Related: BurntSushi/xsv#181
The text was updated successfully, but these errors were encountered: