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

Header fields no longer recognized #79

Closed
jeetsukumaran opened this issue Feb 29, 2016 · 4 comments
Closed

Header fields no longer recognized #79

jeetsukumaran opened this issue Feb 29, 2016 · 4 comments

Comments

@jeetsukumaran
Copy link
Contributor

Given a file like:

 a, b, c
 1, 2, 3
 4, 5, 6

with '3a35bf1', the headers ("a", "b", "c") used to be recognized.

With '2f640f0', I get "CSV: Header has no field 2"

@chrisbra
Copy link
Owner

Hi Jeet!

On Mo, 29 Feb 2016, Jeet Sukumaran wrote:

Given a file like:

 a, b, c
 1, 2, 3
 4, 5, 6

with '3a35bf1', the headers ("a", "b", "c") used to be recognized.

With '2f640f0', I get "CSV: Header has no field 2"

Hm, this works for me. I noticed a different problem when opening an
empty file and adding the data, then the first and second line is
highlighted as header. That seems to be caused by a Vim bug.
For now, I worked around that.
Can you please check, latest head fixes it for you (hopefully)?

Best,

Christian

Man idealisiert jeden, den man zum ersten Male sieht - entweder auf-
oder abwärts.
-- Jean Paul

@jeetsukumaran
Copy link
Contributor Author

Hi Christian,

Unfortunately, it does not. Even on an existing file such as above, ''CSV_WCol' reports '1' (i.e. the column number instead of the field name, WhatColumn also reports '1', and as I go across columns using L, H, I get the message "CSV: Header has no field 1/2/3".

@chrisbra
Copy link
Owner

ah okay, I think I see the problem. Please try again.

@jeetsukumaran
Copy link
Contributor Author

It works now! Thanks!

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