Leading zeros in CSV file

Hi All,

My source data in OLEDB Source and Destination is CSV.

Below is the sample data

claim claim_number
123 000123
124 000124
125 0000125

But while loading OLEDB source data into CSV in Claim_Number column not considering the leading zeros and getting output as below.

claim claim_number
123 123
124 124
125 125

is it possible to handle with script to get the leading zeros ????

September 13th, 2015 3:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics