Skip to content

Commit

Permalink
Updated Columnar output from SAS with better formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagravarr committed May 18, 2018
1 parent b1b035e commit b01b059
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ public void testMultiColumns() throws Exception {
assertEquals("application/x-sas-data", metadata.get(Metadata.CONTENT_TYPE));
assertEquals("TESTING", metadata.get(TikaCoreProperties.TITLE));

assertEquals("2018-05-09T17:59:33Z", metadata.get(TikaCoreProperties.CREATED));
assertEquals("2018-05-09T17:59:33Z", metadata.get(TikaCoreProperties.MODIFIED));
assertEquals("2018-05-18T11:38:30Z", metadata.get(TikaCoreProperties.CREATED));
assertEquals("2018-05-18T11:38:30Z", metadata.get(TikaCoreProperties.MODIFIED));

assertEquals("1", metadata.get(PagedText.N_PAGES));
assertEquals("8", metadata.get(Database.COLUMN_COUNT));
assertEquals("11", metadata.get(Database.ROW_COUNT));
assertEquals("windows-1252", metadata.get(HttpHeaders.CONTENT_ENCODING));
assertEquals("W32_7PRO", metadata.get(OfficeOpenXMLExtended.APPLICATION));
assertEquals("9.0301M2", metadata.get(OfficeOpenXMLExtended.APP_VERSION));
assertEquals("X64_7PRO", metadata.get(OfficeOpenXMLExtended.APPLICATION));
assertEquals("9.0401M5", metadata.get(OfficeOpenXMLExtended.APP_VERSION));
assertEquals("32", metadata.get(MachineMetadata.ARCHITECTURE_BITS));
assertEquals("Little", metadata.get(MachineMetadata.ENDIAN));
assertEquals(Arrays.asList("Record Number","Square of the Record Number",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b01b059

Please sign in to comment.