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

[Feature request] Allow selection and ordering of CSV lines and columns by additional attributes #3

Open
KurtPfeifle opened this issue May 17, 2015 · 2 comments

Comments

@KurtPfeifle
Copy link

  1. Allow selective processing of CSV lines into the generated tables. For example by supporting an additional attribute like csvlines=3,7,33-end,2 (should be obvious what I mean with this). And the lines should appear in the same order as cvslines=... lists them.
  2. Allow selective processing of CSV columns into the table. For example by supporting an additional attribute like csvcolumns=6,3,2,13,44-end (similarly, allow re-arranging of order of columns).

Of course, these two features should also be working when combining them.

Hoping to keep you busy for a day or two now :-)

@baig
Copy link
Owner

baig commented May 17, 2015

Can you open different issues for each of them? It will help in labelling and subsequent tracking.

@KurtPfeifle
Copy link
Author

Well, I do not think the first two should be separate...

@KurtPfeifle KurtPfeifle changed the title [Feature request] Allow selection and ordering of CSV lines and columns by additional attributes; allow headers to be defined in fenced block [Feature request] Allow selection and ordering of CSV lines and columns by additional attributes May 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants