Skip to content

Add function to read data stream (tabular) #1

Open
@rufuspollock

Description

@rufuspollock

Purpose of function is to data type mapping so raw CSV becomes stream of "objects" with property values having right types.

i.e. csv

name,amount,date
jones,1.82,2015-06-22

becomes

{
  name: "jones",
  amount: 1.82
  date: Date(2015,06,22)
}

Note: same kind of streaming support should be there as in the underlying csv library.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions