Force R’s readr to import all columns of a messy CSV file as strings - allow changing table structures
———
library(readr)
file_location <- knime.flow.in[["File path"]]
knime.out <- as.data.frame(read_delim(file=file_location, delim=",", col_names = TRUE, col_types = cols(.default = "c")))
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.7.8
Legal
By using or downloading the workflow, you agree to our terms and conditions.