Re: SQL*Loader. 1 Datafile in several Tables???

From: SanDog <sandog_at_aol.com>
Date: 1997/06/22
Message-ID: <19970622002901.UAA00389_at_ladder01.news.aol.com>#1/1


I had a similar problem in recent legacy file conversion project. You'll have to get rid of the field delimiters, make the input file fixed, then you can address individual fields by POSITION(1:7) where (1:7) is the start:stop columns of the field. Import your input file into Excel or Access, then export it as a fixed file.

Andy Received on Sun Jun 22 1997 - 00:00:00 CEST

Original text of this message