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

Ellipsis then space, not space then ellipsis #60

Closed
alexhallam opened this issue Sep 29, 2021 · 1 comment
Closed

Ellipsis then space, not space then ellipsis #60

alexhallam opened this issue Sep 29, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@alexhallam
Copy link
Owner

We have word ...number, but the proper result should be words... number. Ellipsis then space, not space then ellipsis.

cat ellipsis.csv

long_text,double
jaywalker-swear-popcorn-opacity-nuttiness-roster,5.89
unspoiled-treachery-yearning-deputize-stimuli-coexist,2.34
conflict-yield-sulphate-grumpily-vagrantly-subsiding,7.89

Current results

> cat ellipsis.csv | tv

      tv dim: 3 x 2
      long_text            double
1     jaywalker-swear-pop …5.89
2     unspoiled-treachery …2.34
3     conflict-yield-sulp …7.89

Desired results

> cat ellipsis.csv | tv

      tv dim: 3 x 2
      long_text            double
1     jaywalker-swear-pop… 5.89
2     unspoiled-treachery… 2.34
3     conflict-yield-sulp… 7.89
@alexhallam alexhallam added the good first issue Good for newcomers label Sep 29, 2021
@alexhallam alexhallam mentioned this issue Sep 30, 2021
@alexhallam
Copy link
Owner Author

Closed with #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant