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
The CSV loaders currently use ResourceLocator which is tied to a file or the classpath. Add new parse methods that take CharSource allowing parsing from any suitable source, such as memory or URL.