domoritz / arrow-wasm

Apache Arrow in WebAssembly
Apache License 2.0
79 stars 9 forks source link

CSV and JSON reader #12

Open domoritz opened 3 years ago

domoritz commented 3 years ago

Support reading CSV files into a table. We currently only support IPC.

TheNeuralBit commented 3 years ago

Does arrow rust have a CSV and/or JSON reader? I only see parquet

domoritz commented 3 years ago

Yes, they do: https://docs.rs/arrow/3.0.0/arrow/csv/reader/struct.Reader.html and https://docs.rs/arrow/3.0.0/arrow/json/reader/struct.Reader.html.