I have 16 bz2 files of bz2 format: split.csv.0.bz2 split.csv.1.bz2 split.csv.2.bz2 ....
I believe this is a compressed csv file, but what makes me confused all day today is that it's splitted by 16 diff files.
I tried to decompress them all at once, but it's returning split.csv.0 split.csv.1 split.csv.2 .... 16 different files those are saying its file format is digit (format: 0, 1, 2....)
How should I work with these bz2 files to make it as a original csv file? I'm using Mac.