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

Change the result column headers #249

Open
vstepaniuk opened this issue Sep 20, 2020 · 3 comments
Open

Change the result column headers #249

vstepaniuk opened this issue Sep 20, 2020 · 3 comments

Comments

@vstepaniuk
Copy link

vstepaniuk commented Sep 20, 2020

Would be nice to optionally change the result column headers for

[{"a":[{"b":"c"},{"b":"d"}]}]

from

a/0/b, a/1/b

to

a/b0, a/b1

or

a/b1, a/b2.

What do you think?

@konklone
Copy link
Owner

konklone commented Sep 20, 2020 via email

@vstepaniuk
Copy link
Author

You could just post-process the column headings after the conversion is finnished

@vstepaniuk
Copy link
Author

and I don't see how it makes it more difficult to process - we just need to change the headings

@vstepaniuk vstepaniuk changed the title Change the result column headings Change the result column headers Oct 7, 2020
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