Skip to content

Commit 4eddb9c

Browse files
authored
Merge pull request #152 from davidanthoff/tsv-wsv-files
Register tsv and wsv files
2 parents e1ca4b8 + 44a45b3 commit 4eddb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
add_format(format"RData", detect_rdata, [".rda", ".RData", ".rdata"], [:RData, LOAD])
2020

2121
add_format(format"CSV", (), [".csv"], [:CSVFiles])
22+
add_format(format"TSV", (), [".tsv"], [:CSVFiles])
2223
add_format(format"Feather", "FEA1", [".feather"], [:FeatherFiles])
2324
add_format(format"Excel", (), [".xls", ".xlsx"], [:ExcelFiles, LOAD])
2425
add_format(format"Stata", (), [".dta"], [:StatFiles, LOAD])

0 commit comments

Comments
 (0)