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

-n option doesn't work when combined with --extend-rows #140

Closed
atsalolikhin-spokeo opened this issue Jul 21, 2022 · 2 comments
Closed

-n option doesn't work when combined with --extend-rows #140

atsalolikhin-spokeo opened this issue Jul 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@atsalolikhin-spokeo
Copy link

Example:

[~] [py-3.9.7] $ tv -n 2 /tmp/example.csv

      tv dim: 26 x 1
      one
1     two
2     three
      … with 24 more rows
[~] [py-3.9.7] $ tv -n 2 --extend-rows /tmp/example.csv

      tv dim: 26 x 1
      one
1     two
2     three
3     four
4     five
5     one
6     two
7     three
8     four
9     five
10    one
11    two
12    three
13    four
14    five
15    one
16    two
17    three
18    four
19    five
20    one
21    two
22    three
23    four
24    five
25    six
26    last line

[~] [py-3.9.7] $
@alexhallam
Copy link
Owner

Thanks. I was not aware of this issue.

@alexhallam alexhallam added the bug Something isn't working label Jul 22, 2022
@alexhallam
Copy link
Owner

Here is a fix on #142

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants