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
{{ message }}
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
a line parser which is able to split a single row to an array of strings considering delimiters, quotes, escape, trimming, and so on should be integrated into the reader.
In addition it should also merge an array of strings into a single string line.
it should be plug-able via the reader, so that if someone needs another way of parsing a line, can develop and plug it.