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

Column name inference from input containing a header row #8

Closed
harelba opened this issue Jan 4, 2014 · 4 comments
Closed

Column name inference from input containing a header row #8

harelba opened this issue Jan 4, 2014 · 4 comments

Comments

@harelba
Copy link
Owner

harelba commented Jan 4, 2014

No description provided.

@harelba
Copy link
Owner Author

harelba commented Feb 25, 2014

Closing - #39 describes things better.

Feature will be completed soon.

@harelba
Copy link
Owner Author

harelba commented Mar 1, 2014

Beta version with this feature will be released later on today.

@harelba
Copy link
Owner Author

harelba commented Mar 1, 2014

Beta version 1.3.0b released with this fix. Will close when the version moves out of beta.

Note that this is a breaking change, since now -H is a flag and not a parameter. e.g. there is no "-H 3" or anything like that. Just -H or no -H.

It was stupid to allow multiple header rows in the first place... :-) I believe no one really used it.

@harelba
Copy link
Owner Author

harelba commented Mar 3, 2014

Added new feature in version 1.3.0.

Use -H in order to specify that there is a header row. Column names will be determined automatically from the header row.

If you want to see the column name/type analysis results, run q with -A.

@harelba harelba closed this as completed Mar 3, 2014
@cemeyer cemeyer mentioned this issue Mar 4, 2014
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

1 participant