CSV files unformated in Parallel jobs
Posted: Sat Jun 23, 2007 4:09 am
Iam having problems in reading a CSV file in the required format,the target columns are calculated based on the fileds in the flat file,the problem is iam using a mod and NROWNUM condition to read the data which has 1 rec split across 5 lines but my file has 1 rec split over different lines sumtimes 3 and sumtimes 4 ,the only way we can identify the start of a record which is definite ,is thr any way to load my CSV file into target table with all the recs being read and written in the target table.