Hello,
I'm having a big problem moving a dataset to a MySQL. I've ched, and the dataset has the correct names and format for all fields. (Dates are dates, int are ints... the data was imported from our data warehouse)
Now, all I wnat is to upload that dataset to a MySQL. The problem is that R Studio, or the libraries I use, keep changing the fields names and ignorind the shema set in the dataset.
For example, a field calle SMMM-Fechacita turns into smmmfechacita on the MySQL database.
How can I prevent that?
Thanks