Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Data Loss using data-stream Out in-db tool

EnaK
7 - Meteor

I have an issue with data stream out in-db tool and was wondering if anyone has a solution:

 

it is randomly losing data, example below shows same filters applied but different output as a result before and after data stream out used: 

Data stream-out data loss.jpg

 

 

 

30 REPLIES 30
CodyConner
5 - Atom

@Alder @apathetichell My issue was related to special characters. By adding the string below to my ODBC connection string I was able to get all of my data. Perhaps it can help you as well.

;char_as_utf8=TRUE

Labels
Top Solution Authors