Hi, I am working on replicating my database but some of the column in database have spaces in their names and this is causing the entire replication process to fail. My source database cannot be altered as such. I can only try to handle empty spaces within the library. Perhaps by putting the column names in quotations or replacing spaces with '_', but I am having trouble with mismatch values. Could you guys add this fix to the library?
Thank you for your time.