varigence / BimlPit

Public Issue Tracker for all Varigence Biml products
6 stars 0 forks source link

DataflowOverrides not correctly overriding datatypes #86

Open jalley3 opened 5 years ago

jalley3 commented 5 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead go to https://varigence.com/Forums?forumName=Biml or email support@varigence.com
[ ] Other... Please describe:

Current behavior

When you specify a datatype override on a column in a DataflowOverride, the datatype remains unchanged.

Expected behavior

When you specify a datatypeoverride, it should override the data type as desired

Minimal reproduction of the problem with instructions

Take this basic override:

 <OutputPath OutputPathName="OleDbSrc.Output">
        <Columns>
               <Column ColumnName="address1" SsisDataTypeOverride="DT_WSTR" DataType="String" Length="60" />
         </Columns>
</OutputPath>

And see that the Datatype of the column is unchanged.

Environment


BimlExpress version: 5.0.633220.0


Visual Studio Version:

- [ ] 2005
- [ ] 2008
- [ ] 2010
- [ ] 2012
- [ ] 2013
- [ ] 2015
- [x ] 2017

Target SSIS Version:

- [ ] 2005
- [ ] 2008
- [ ] 2008 R2
- [ ] 2012
- [ ] 2014
- [ ] 2016
- [x ] 2017

Others: