extract individual files from zip using apache tika -
main.zip file contains files 1.docx, 2.pdf , 3.zip. 3.zip inturn contains 4.xml, 5.xls. using autodetectparser able extract contents of main.zip file. possible retrieve this? file name: 1.docx, contents: contents of 1.docx
file name: 2.pdf, contents: contents of 2.pdf
file name: 4.xml,contents: contents of 4.xml
file name: 5.xls, contents: contents of 5.xls
Comments
Post a Comment