CsvQuery icon indicating copy to clipboard operation
CsvQuery copied to clipboard

Show Line Number in Query Results

Open yash078 opened this issue 1 year ago • 1 comments

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

yash078 avatar Apr 04 '24 20:04 yash078

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.

jokedst avatar Apr 15 '24 09:04 jokedst