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
When you unzip a csvz file, you end up with a folder with csv-files.
Can this be considered a csvz-container?
I think it could be useful. For example, when putting datafiles into git.
To differentiate a csvz-container from a folder containing some csv files, I propose such a folder to have the .csvd extension. So if you extract the my_data.csvz file, you get the my_data.csvd folder.
The folder could have the same extension (thus not introducing a new extension). The disadvantage is you can't extract an .csvz file into the same folder without deleting/moving the original file.
Tools are not expected to open these .csvd-folders directly. It's only to denote that when zipped, it's automatically a .csvz file.
The text was updated successfully, but these errors were encountered:
Yes definitely. Folder that complies with all the other spec fragments but just happens to not
comply with csvz-0 is still a csvz. (It just doesn’t comply with that one fragment, csvz-0)
--Most-- (note doeke corrects this in next comment, it should say "some" not "most") tools in this space would probably only deal with unpacked csvz files (ie folders full of files... not zips) and would leave the packing or unpacking up to a special tool (ie a compression tool). This is what I thought after asking about tar, gzip and just generally thinking about the Unix way.
When you unzip a
csvz
file, you end up with a folder with csv-files.Can this be considered a csvz-container?
I think it could be useful. For example, when putting datafiles into
git
.To differentiate a csvz-container from a folder containing some csv files, I propose such a folder to have the
.csvd
extension. So if you extract themy_data.csvz
file, you get themy_data.csvd
folder.The folder could have the same extension (thus not introducing a new extension). The disadvantage is you can't extract an
.csvz
file into the same folder without deleting/moving the original file.Tools are not expected to open these
.csvd
-folders directly. It's only to denote that when zipped, it's automatically a.csvz
file.The text was updated successfully, but these errors were encountered: