How to read the data of *.csv file inside Zip File without extracting the contents
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kanchibhotla Chandra Sekhar
am 16 Apr. 2014
Kommentiert: Kanchibhotla Chandra Sekhar
am 22 Apr. 2014
I have number of Zip Files [File1.zip, File2.zip, File3.zip,....Filen.zip] in which each zip file is having the "Data.csv" file where data is written. I want to read the data in 'Data.csv' of each Zip File without extracting the Zip File contents. Is it possible to read the data of "Data.csv" without extracting the ZipFile contents...?
0 Kommentare
Antworten (1)
Niklas Nylén
am 17 Apr. 2014
No, there is not, since the data is not explicitly readable in the zip file.
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!