Force R’s readr to import all columns as strings
———
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")))
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!