You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to search a bunch of files in a custom format, that is basically just a zip with a different extension. I've tried the following adapter configuration:
My idea was that I can just pipe the file through and add a virtual .zip extension so that it gets passed to the zip adapter. However that results in this error:
path/file.piz: preprocessor command failed: '"/mnt/c/Users/username/dev/rga-preproc" "path/file.piz"':
-------------------------------------------------------------------------------
path/file.piz adapter: piz
path/file.piz.zip adapter: zip
Error: copying adapter output to stdout
Caused by:
feature not supported: 'stream reading entries with data descriptors (planned to be reintroduced)'
-------------------------------------------------------------------------------
Is that the right approach? Any ideas what needs to be fixed? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to search a bunch of files in a custom format, that is basically just a zip with a different extension. I've tried the following adapter configuration:
My idea was that I can just pipe the file through and add a virtual .zip extension so that it gets passed to the zip adapter. However that results in this error:
Is that the right approach? Any ideas what needs to be fixed? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions