Skipping variablye-length fields with sql*loader

From: Wolfgang Neff <w.neff_at_tirol.com>
Date: Wed, 18 Jul 2001 19:39:26 +0200
Message-ID: <3b55c9a3$0$28394$6e365a64_at_newsreader02.highway.telekom.at>


[Quoted] [Quoted] I've got an automatically generated list. Its fields are separated by semicolons:

1098;"Graber Jürgen";"05442";"64674";"Flieáerau 373";;"Fliess";"6521";;;;
1272;"Küchl Franziska";"0664";"4825179";"Aigling
29";;"Oberperfuss";"6173";;;;
1355;"Tilg Silvia";"05232";"81071";"Wiesgasse 1G";;"Oberperfuss";"6173";;;;

[Quoted] [Quoted] I need to insert field 7 and 8 into a table. If there weren't the six leading fields the solution for the control file would look like that:

LOAD DATA
INTO TABLE Localita
FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '"'   (
  Locali_K CHAR(40),
  CapLoc CHAR(5)
  )

How can I skip the leading fields?

Thanks so far

     Wolfgang Received on Wed Jul 18 2001 - 19:39:26 CEST

Original text of this message