Skip to content

Problems with "csv" #500

Answered by llaniewski
Darcher007 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Could you try to read the Excel's csv file in R and write it back, so we're sure it has the right format? And then run TCLB with the csv file from R.

Just run "R" in commandline and do:

tab = read.csv("sin1.csv")
write.csv("sin1_new.csv", row.names=FALSE)

And then try TCLB with sin1_new.csv. If this does not work, I'll try to reproduce error you're getting..

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Darcher007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants