Search Results

Search: Posts Made By: raka123
1,507
Posted By raka123
1. This will insert the records into db table by reading from ta csv file
I have this code with me but the condition is If any of the mandatory columns are null then entire file will be rejected.


LOAD DATA
infile ' ' #specifies the name of a datafile...
823
Posted By raka123
Checking if the directory has read and write permission
logMsg='Started by '${USER}
LOG_MESSAGE "${logMsg}"
resultCode=$?
if [[ ${resultCode} -ne ${OK} ]]; then
return ${resultCode}
fi
touch ${FILELISTPATH}
resultCode=$?
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy