ActianCorp / actian_tableau_connector

Tableau connector (aka taco) for Actian Avalanche, Vector, and Ingres
https://extensiongallery.tableau.com/products/936
Apache License 2.0
1 stars 4 forks source link

calling trim on possibly Null attribute vendor1 #16

Closed clach04 closed 2 years ago

clach04 commented 3 years ago
var tmp_input = attr[connectionHelper.attributeVendor1].trim() 

trim() called on unchecked, attribute. Causes tdvt test suite to fail (without useful errors), Desktop always sets it to empty string.

See https://github.com/tableau/connector-plugin-sdk/issues/832#issuecomment-895342167