-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22246/
-----------------------------------------------------------
(Updated June 13, 2014, 1:23 a.m.)
Review request for tika and Chris Mattmann.
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 (updated)
-----
trunk/tika-parsers/src/main/java/org/apache/tika/parser/mat/MatParser.java
PRE-CREATION
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)
----------------
.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