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`