nextflow-io/nextflow

in splitCsv operator, allow specifying comment char

Open

#3,632 opened on Feb 9, 2023

View on GitHub
 (7 comments) (1 reaction) (0 assignees)Groovy (784 forks)batch import
good first issuelang/dataflowstale

Repository metrics

Stars
 (3,382 stars)
PR merge metrics
 (Avg merge 16d 9h) (54 merged PRs in 30d)

Description

In the splitCsv operator, can an option be added to specify a "comment char", such that lines starting with that char (e.g. '#') are ignored? Thanks!

Contributor guide