Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

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

 

 

 

31 REPLIES 31
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

Alder
7 - Meteor

Hello,

 

can you tell me exactly where to put this parameter?

Labels
Top Solution Authors