Last Modified Date: 18 Jan 2019
Environment
- Tableau Desktop
- Spatial Files
Answer
Verify that the encoding type (also called character set) is appropriate for the dataset being used. You might need to switch to UTF-8, AINSI, LATIN1, LATIN2, etc. If in doubt on how to proceed, please contact your database administrator.- If using the Text file connector, this can be set on Tableau Desktop itself it. Just adjust the 'Character set' value in Text file properties. For more information, see Text Files in Tableau Help.
- As an alternative solution, use a TDC file to set the 'Character set' value as needed. For example, in a TDC file : 'Character set' = 'source-charset' - here is a TDC script example used for Statistical files:
<connection-customization class='stat-direct' enabled='true' version='9.1'>
<vendor name='stat-direct' />
<driver name='stat-direct' />
<customizations>
<customization name='source-charset' value='UTF-8' />
</customizations>
</connection-customization>
<vendor name='stat-direct' />
<driver name='stat-direct' />
<customizations>
<customization name='source-charset' value='UTF-8' />
</customizations>
</connection-customization>
Additional Information
For more information about how to apply TDC files to Tableau Desktop and Tableau Server, see Customize and Tune ODBC Connections in Tableau Help.Discuss this article... Feedback Forum
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials