How to read the data of *.csv file inside Zip File without extracting the contents
조회 수: 12 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Niklas Nylén
2014년 4월 17일
No, there is not, since the data is not explicitly readable in the zip file.
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!