Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inscrutable error when CSV header row is absent #11

Open
mojodna opened this issue Oct 28, 2015 · 1 comment
Open

Inscrutable error when CSV header row is absent #11

mojodna opened this issue Oct 28, 2015 · 1 comment

Comments

@mojodna
Copy link

mojodna commented Oct 28, 2015

$ into-cartodb -k <redacted> -u <redacted> -n headerless.csv
inserted 0 ⠏   [object Object]
@calvinmetcalf
Copy link
Member

so 2 issues

  1. we have no way of actually catching a missing header row in all likelihood but it looks like the cartodb import api is catching it
  2. the issue is probably with this line and we probably need to check if the error is an object or a real error, the root error is probably coming from here because I think that might give an object instead of a real error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants