I would like to write a filter for Import to handle data files that are generated by LabView in the LVM format. This should be straightforward, since the format is supposed to consist of comma delimited ASCII text. However, if I read the file in normally, I get junk with a few legible snippets mixed in.
The file can be opened directly in MS Excel, so my guess is that the ASCII data is compressed and being unzipped transparently when it is opened in that program.
BinaryReadList["data.lvm", "Character8"]
(* Large output: {P,K,\.03,\.04 ... *)
I've posted the output of BinaryReadList here. The original data file can be downloaded here.
Are there any facilities available in Mathematica to deal with this kind of data?
ExtractArchivegives me a 4 folders (xl, NI, docProps, and _rels) containing XML files. – dionys Apr 21 '15 at 13:37