Skip to content

Parse from string #183

@alexkreidler

Description

@alexkreidler

Table.load should accept CSV files as a string and parse them.This would help users with browser environments, as they wouldn't need to create a Stream to pass in some data.

To distinguish against the string input that is a local or remote file, we could either use a heuristic like string length, or a regex matching slashes or .csv, and we could try the options in order, or better yet, we could just add an option to enable parsing as CSV and keep the default behavior the same.

Thanks!


Please preserve this line to notify @roll (lead of this repository)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions