Skip to content

csv2json cli throws error when using --auto-type #101

@marr

Description

@marr

Using the --auto-type flag on the command line fails.

$ csv2json --auto-type in.csv > out.json

Line 31 in dsv2json.js:

const rowConverter = options.autoType ? dsv.autoType : null
                                          ^
ReferenceError: dsv is not defined

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