Skip to content

Datalib is inferring my string as a number #95

@ferndot

Description

@ferndot

Given the following TSV file, datalib is inferring the name column to be a number.

Example TSV:

owner_slug	slug	aggregate	name	square_footage
company_demo	1bf8caed-89d0-4547-b1f9-feac7d72e91b	TRUE	Restaurant 11057	3000

Datalib call:

datalib.tsv(
  {
    url: 'example.tsv'
  },
  function (error, data) {
    if (error) {
      console.log(error)
    } else {
      console.log(data)
    }
  }
)

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