-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
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
Labels
No labels