|
17 | 17 | add_format(format"RData", detect_rdata, [".rda", ".RData", ".rdata"], [:RData, LOAD])
|
18 | 18 |
|
19 | 19 | add_format(format"CSV", (), [".csv"], [:CSVFiles])
|
20 |
| -add_format(format"Feather", (), [".feather"], [:FeatherFiles]) |
| 20 | +add_format(format"Feather", "FEA1", [".feather"], [:FeatherFiles]) |
21 | 21 | add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles, LOAD])
|
22 | 22 | add_format(format"Stata", (), [".dta"], [:StatFiles, LOAD])
|
23 |
| -add_format(format"SPSS", (), [".sav", ".por"], [:StatFiles, LOAD]) |
24 |
| -add_format(format"SAS", (), [".sas7bdat"], [:StatFiles, LOAD]) |
| 23 | +add_format(format"SPSS", "\$FL2", [".sav"], [:StatFiles, LOAD]) |
| 24 | +add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 25 | + 0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0xea, 0x81, 0x60,0xb3, 0x14, 0x11, |
| 26 | + 0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f, |
| 27 | + 0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD]) |
25 | 28 |
|
26 | 29 | # Image formats
|
27 | 30 | add_format(format"PBMBinary", b"P4", ".pbm", [:ImageMagick])
|
|
0 commit comments