Table column (with data in different languages) not displayed correctly

Hi,

I'm building a retool app connected to Databricks. One of the column contains values in different languages that is not displayed correctly in a retool table.

I saw another post on the community with similar issue for MySQL db. My guess is, Databricks connection might need additional parameters.

I tried adding connection options: encoding / charencoding / charset with values "UTF-8", without any success. I'm new to databricks and retool, any help will be really appreciated.

Databricks result:
Screenshot 2023-05-22 at 2.31.41 PM

Retool result:
Screenshot 2023-05-22 at 2.32.34 PM

Thanks for reporting this, @h.s

Databricks is also a fairly new integration for us so I haven't seen this yet :sunglasses: I haven't found a fix, but I'm continuing to do some testing on my side.

Hi @h.s

Will you only be reading data from Databricks? or will you be editing the values in different languages as well?

If you're only reading, you may be able to rely on Javascript to solve for this:

Thank you @Tess, Appreciate it!

We are reading the data from databricks and the solution described works perfectly for our use case.

1 Like

Glad to hear!