caffeine200
Starting Member
3 Posts |
Posted - 2006-09-11 : 04:32:19
|
I'm trying to import a file with the following data: 19402,200608,899430014, 120.000, 122.040, 165.9 19402,200608,899499003, 28.000, 154.890, 210.6 19402,200608,899511006, 10.000, 51.750, 70.3 21334,200509,099001001, 3.000, 0.000, 65.79, 21334,200509,099002001, 2.000, 0.000, 8.78, 21334,200509,099011001, 2.000, 0.000, 8.77, 21334,200509,406942001, 10.000, 1.740, 3.25,As you can see above, some of the rows end with a comma and some don't. Is it possible to handle this effectively in DTS / SSIS using BULK INSERT or similar or should I write a VB app and read through files using the FileSystemObject?Thanks for any help. |
|