Closed xrotwang closed 4 years ago
It should be possible to read data from zipped CSV files and write data to zipped files transparently. I.e. something along the lines of
fname.parent / (fname.name + '.zip')
zip=False
It should be possible to read data from zipped CSV files and write data to zipped files transparently. I.e. something along the lines of
fname.parent / (fname.name + '.zip')
here: https://github.com/cldf/csvw/blob/58be38c0a73227b8f940e88449ad5cdeb3bdc52a/src/csvw/metadata.py#L645-L672zip=False
keyword argument here https://github.com/cldf/csvw/blob/58be38c0a73227b8f940e88449ad5cdeb3bdc52a/src/csvw/metadata.py#L598