Page 1 of 1

Unicode Property at Project Level

Posted: Tue Sep 26, 2017 1:36 pm
by nk7574
Hi,

I am receiving special characters from source system, i have incorporated "Unicode" for all the varchar columns in the source stage and continued it till target. With this i am able to bring in the special characters. However my project has 200 jobs where this change needs to be implemented. Its a bit effort to assign the columns to unicode in all 200 jobs.

Is there a way where i can assign the Unicode extension to all varchar columns at project level ?

Thanks,
Naresh

Posted: Wed Sep 27, 2017 5:32 am
by JRodriguez
I believe that the only option at that point -after importing the metadata to the DS jobs- is manually changing the property to Unicode or changing the type to NVarchar/NChar

Yo could try hacking a dsx export file and the reimport but that could become messy easily

Posted: Wed Sep 27, 2017 2:32 pm
by nk7574
Thank You !!