Skip to content

skipping comment #49

Description

@jimka2001

Aren't lines starting with # supposed to be skipped in a csv reader?
I'm I doing something wrong? Does clojure-csv know how to skip comments?
Is this the expected results? Maybe yes?

user> (require '[clojure-csv.core :as csv])
nil
user> (csv/parse-csv "#hello
a,b,c
1,2,3
10,20,30")
(["#hello"] ["a" "b" "c"] ["1" "2" "3"] ["10" "20" "30"])
user> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions