diff --git a/src/registry.jl b/src/registry.jl index a151f26c..3ac133db 100644 --- a/src/registry.jl +++ b/src/registry.jl @@ -38,6 +38,7 @@ add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0xea, 0x81, 0x60,0xb3, 0x14, 0x11, 0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f, 0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD]) +add_format(format"Parquet", "PAR1", [".parquet"], [:ParquetFiles, LOAD]) # Image formats add_format(format"PBMBinary", b"P4", ".pbm", [:ImageMagick])