I am importing from 2 tabs in an excel file, they both have a column CISCompanyId. They are both formatted as text and have the same values. I am importing these into 2 tables Template and RawData. I created a package and imported.
When looking at the data in the tables 1 shows as scientific and the other text.
Any help appreciated!
<inputColumn
refId="Package\Data Flow Task 1\Destination 1 - Template.Inputs[Destination Input].Columns[CISCompanyID]"
lineageId="Package\Data Flow Task 1\Source 1 - Template$.Outputs[Excel Source Output].Columns[CISCompanyID]"
externalMetadataColumnId="Package\Data Flow Task 1\Destination 1 - Template.Inputs[Destination Input].ExternalColumns[CISCompanyID]"
cachedName="CISCompanyID"
cachedDataType="wstr"
cachedLength="255" />
<inputColumn
refId="Package\Data Flow Task 1\Destination - RawData.Inputs[Destination Input].Columns[CISCompanyID]"
lineageId="Package\Data Flow Task 1\Source - RawData$.Outputs[Excel Source Output].Columns[CISCompanyID]"
externalMetadataColumnId="Package\Data Flow Task 1\Destination - RawData.Inputs[Destination Input].ExternalColumns[CISCompanyID]"
cachedName="CISCompanyID"
cachedDataType="wstr"
cachedLength="255" />
McC