How to specify table schema when using function loadText
dealing with csv
file?
When I loadText from csv
file
loadText("/data/myhome/test.csv")
,but the result are not what I expected, so How can I specify table schema when I load csv
file using function loadText
?