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

Show Line Number in Query Results #49

Open
yash078 opened this issue Apr 4, 2024 · 1 comment
Open

Show Line Number in Query Results #49

yash078 opened this issue Apr 4, 2024 · 1 comment

Comments

@yash078
Copy link

yash078 commented Apr 4, 2024

Request for an option to show the original line number in the CSV file (instead of the sequence row numbers).

@jokedst
Copy link
Owner

jokedst commented Apr 15, 2024

This would be cool, but is messy to implement... There is no good place to store the original row number, except in the table itself. Then it would create a new column that would have to be filtered out everywhere.

I made a branch with some tests, but not entirely happy with the solution.

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