VEuPathDB / VEuPathDB/study-wrangler

Possibly add semicolon-delimited support to `entity_from_file`? (already supports CSV and TSV)

Open
#66 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
0
Forks
0
Avg merge
2d 1h
Merged PRs (30d)
1

Description

Not sure of this yet. Was brought to my attention via a Ukrainian Toxo user dataset in ClinEpi - which presumably didn't parse and load correctly. semicolon-delimited file with .csv extension.

Current readr::read_csv for *.csv files does NOT auto-detect delimiter.

read_delim can auto-detect but it may be preferable to detect ourselves - a bit more controllable?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the entity_from_file entry point and review how readr::read_csv currently handles .csv files, alongside the existing CSV and TSV support. Compare whether readr::read_delim or controlled delimiter detection is appropriate for semicolon-delimited files with a .csv extension. Done means the Ukrainian-style input parses and loads correctly, with coverage for the chosen behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.