Skip to content

csv:to-file parsing bug #13

@jbintz

Description

@jbintz

If item 0 of the list "row" element is a negative number, the number is written as a string.

observer> csv:to-file "myfile.csv" [[1 "two" 3] [-4 -5]]

will result in a file myfile.csv containing:

1,two,3
"-4",-5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions