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

Usage of tarp sort #4

Open
GuillaumeLeclerc opened this issue Sep 22, 2021 · 1 comment
Open

Usage of tarp sort #4

GuillaumeLeclerc opened this issue Sep 22, 2021 · 1 comment

Comments

@GuillaumeLeclerc
Copy link

Hello,

I have two issues/questions with the tarp sort command:

No output produced

When running:

tarp sort data/* -f rgb.png -o - | tarp split -c 512 - -o "test-%06d.tar"

I get no files created. I simply get progress when moving to a new source file, just nothing created

tarp cat data/*  -o - | tarp split -c 512 - -o "test-%06d.tar"

works fine though

How use the field -f

It seems that split needs an extra argument to select the fields we want to keep. How do we do to select them all as it gets very tedious when many of them are present.

Thank you for your help

@tmbdev
Copy link
Collaborator

tmbdev commented Dec 13, 2021

I've updated sort so that if you don't specify any fields, it uses all fields.

I can't reproduce the "no output" problem you're seeing. Can you create and upload a small sample .tar file?

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