We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd7bf2f + 81f2195 commit 50c4ef3Copy full SHA for 50c4ef3
src/registry.jl
@@ -38,6 +38,7 @@ add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38
0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0xea, 0x81, 0x60,0xb3, 0x14, 0x11,
39
0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f,
40
0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD])
41
+add_format(format"Parquet", "PAR1", [".parquet"], [:ParquetFiles, LOAD])
42
43
# Image formats
44
add_format(format"PBMBinary", b"P4", ".pbm", [:ImageMagick])
0 commit comments