When using a flow to write data to Landmark, we keep getting this error: "Can not encode the string in the character set supported by the RDBMS"
when characters are used that Landmark seems to not like. For example, an ' in the field that is expecting a name but the name is O’Farrell - we get the error. What can I do to ensure all the fields are void of "special characters" or prepare the data that will make the DB happy when writing to it? We are using MS SQL..
Thank you.