[
https://issues.apache.org/jira/browse/TIKA-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930104#action_12930104
]
Nick Burch commented on TIKA-545:
---------------------------------
I've just tried your two files using tika-app, and it says the files both date
from last wednesday:
java -jar tika-app/target/tika-app-0.8-SNAPSHOT.jar --metadata
/tmp/SampleXlsxFile.xlsx | grep '2010'
Creation-Date: 2010-11-03T07:28:55Z
Last-Modified: 2010-11-03T07:40:56Z
Last-Printed: 2010-11-03T07:28:55Z
date: 2010-11-03T07:28:55Z
java -jar tika-app/target/tika-app-0.8-SNAPSHOT.jar --metadata
/tmp/SampleDocxFile.docx | grep '2010'
Creation-Date: 2010-11-03T07:09:00Z
Last-Modified: 2010-11-03T07:10:00Z
Last-Printed: 2010-11-03T07:09:00Z
date: 2010-11-03T07:09:00Z
This bug is tagged as being against 0.7, any chance you could re-test with a
recent nightly build? (Or wait a week or so, then test with 0.8 assuming the
release votes passes)
> While trying to extract meta data(Created date,Modified date) from
> .docx,.xlsx files it returns only current date.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: TIKA-545
> URL: https://issues.apache.org/jira/browse/TIKA-545
> Project: Tika
> Issue Type: Bug
> Components: metadata
> Affects Versions: 0.7
> Environment: In Windows XP,Eclipse galileo and normal PC
> Reporter: samraj
> Attachments: SampleDocxFile.docx, SampleXlsxFile.xlsx, TestClass.java
>
> Original Estimate: 120h
> Remaining Estimate: 120h
>
> I try to extract meta data from .docx and .xlsx files.. In that every one
> working good.. but i cant able to get Last modified date and created date.It
> displays only current date..Please resolve this and post the solution.. Else
> is there is any way to get the date means please post in comments..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.