Skip to content

Read CSV format text from stdin or memory #198

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-12306

Hello,

I'm building a command line tool that can run SQL queries on text files (csv, json-line ..) . But the CsvExec in datafusion can only read csv text from files currently. I have checked its inner implantation the csv reader in arrow, anything impl Read could be a valid input.

 

Should this feature ( read csv from stdin) come with datafusion ? Or I just make it into my own crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions