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 Jun 28, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
If the data source is sending out multiple delimiter type files it should be possible to detect the delimiter automatically.
Describe the solution you'd like
Simple string comparison in the first few lines can give the column count equivalent character & finding the suitable delimiter
Describe alternatives you've considered
N/A Additional context
N/A