Hi,
I have one coma seprated file csv file with input like.
A,35,1/7/1976,Male
B,34,1/8/1974,Male
ABC,23,8/3/1980,Male
xyz,10,2/9/1982,Male
test,20,2/5/1979,Male
i have created one table in oracle.with name,age,dob,gender.
i wan to put above input into database.
I have gone throw pdf and came to know we required schema for professing of flatfile.
In schema in flatfiledefination
in record position
at character i have choosen newline
and in field
at character i have given ,
and save the schema.
while saving it give error like flat file schema has no record define.
i have doubt what information i have to give in record . and what process i have to follow for insterting the above data into database.
with regards
sg