Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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