queryverse / queryverse/CSVFiles.jl
Add support for DAT files
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 52
- Forks
- 12
- Avg merge
- 18h 21m
- Merged PRs (30d)
- 3
Description
It would be convenient to have a support for DAT files with the .dat extension and with space/tab separators.
The CSVFiles package can already be used to read the space-separated columns (spacedelim=true) but it looks strange when you have to name such files with the .csv extension.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting how CSVFiles.jl maps file extensions to readers and how the existing spacedelim=true option handles space- and tab-separated data. Done means .dat files are recognized and read with those separators without requiring a .csv extension; add or update tests if the repository has coverage for extension handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100