Hi folks,
I have a concern of encoding on an export to SQL Server with dbWriteTable, here my code :
dbWriteTable(con,
name = "ci_diplomes",
value = ci_diplomes,
field.types = c(`code-diplome`="varchar(max)",
`type-complet`="varchar(max)",
`validation-alfa`="varchar(max)"),
fileEncoding="UTF-8",
overwrite=TRUE)
An overwiew of the output on SQLS :
Many thanks in advance for your assistance,