Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: prasmussenThe R node you sent ran just fine and created UTF8 characters in the dbf output. In my case, I used Greek specific characters such as "ΠΦ". There are R libraries for converting specific character sets other than UTF8 if these don't work. Also, please confirm the data going into the node is unicode.
Can you post a sample of the data and I'll try to recreate.
Make sure the package is installed and available in the library: e.g.
install.packages("foreign")
I needed to modify my path, but your's may be fine if you installed in the LAE directory: e.g.
library("foreign", lib.loc="C:/Program Files/R/R-3.3.2/library")
try1 <- paste("{{^filepath^}}", ".dbf", sep = "")
write.dbf(in1, try1, factor2char = TRUE)