Hi,
We have user who upload CSV data thru portal & the same is inserted into oracle table thru SQLLDR.
There are instances where the user uploads CSV file which has blank rows as well and these get inserted into the table.
Is there a way to skip blank rows while using SQL loader.
The CSV may look like this
'ABC,123,244.00
'DBC,1G3,144.00
'BrC,343,2234.00
,,,
,,,
,,,
,,,
So how to insert only the 1st 3 lines & skip rest of them?
TIA
Raj
We have user who upload CSV data thru portal & the same is inserted into oracle table thru SQLLDR.
There are instances where the user uploads CSV file which has blank rows as well and these get inserted into the table.
Is there a way to skip blank rows while using SQL loader.
The CSV may look like this
'ABC,123,244.00
'DBC,1G3,144.00
'BrC,343,2234.00
,,,
,,,
,,,
,,,
So how to insert only the 1st 3 lines & skip rest of them?
TIA
Raj