----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22246/ -----------------------------------------------------------
(Updated June 10, 2014, 6:17 p.m.) Review request for tika and Chris Mattmann. Changes ------- .mat file used for unit test. Bugs: tika-1327 https://issues.apache.org/jira/browse/tika-1327 Repository: tika Description ------- This is a new parser for Matlab .mat files. The parser utilizes the JmatIO, Matlab's MAT-file I/O API in JAVA. JmatIO is available through Maven Central. The text output from this parser provides variable names and dimensions that are both inside and outside of data structures, but does NOT provide the actual data values within each .mat file. Diffs ----- trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml 1601492 trunk/tika-parsers/pom.xml 1601492 trunk/tika-parsers/src/main/java/org/apache/tika/parser/mat/MatParser.java PRE-CREATION trunk/tika-parsers/src/test/java/org/apache/tika/parser/mat/MatParserTest.java PRE-CREATION trunk/tika-parsers/src/test/resources/test-documents/breidamerkurjokull_radar_profiles_2009.mat UNKNOWN Diff: https://reviews.apache.org/r/22246/diff/ Testing ------- Successfully run a basic unit test that checks both --text and --metadata parser output. File Attachments (updated) ---------------- TIKA-1327.aburgess.140606.patch.txt https://reviews.apache.org/media/uploaded/files/2014/06/06/3babeb42-6e15-4d31-ae7d-9dc7ef4c5f65__TIKA-1327.aburgess.140606.patch.txt .mat test file https://reviews.apache.org/media/uploaded/files/2014/06/10/43092452-6890-42cc-8254-fcbb1c8e07c6__breidamerkurjokull_radar_profiles_2009.mat Thanks, Ann Burgess