Skip to content

CSV parsing #7

@alephreish

Description

@alephreish

Changing delimiter for uploaded CSV files has no effect. This is due to a bug in the code: the block

 if (input$file_type == "text") {
          data <- read_delim(file_in$datapath,
                             delim = input$text_delim,
                             col_names = TRUE)

upload_delim must be used instead of text_delim

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