how to read 100 records at a time in source
a) hw is it fr metadata Same and
b) if metadata is nt same?
Answer / Rashmi Tiwari
To replace specific characters using awk, you can use the 'sub' function. Here is an example command:
`awk -F ',' '{ sub(/old_char/, new_char, $2) ; print }' inputFile > outputFile`
Replace `old_char` with the character you want to replace and `new_char` with the new character. Replace `inputFile` and `outputFile` with your actual file names.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is time dimension? and how to populate time demension
tell me abt Datastage trigger?
Unix command to view the data in a dataset
How can you find out whether datastage process is running or not in unix?
How do you run datastage job from the command line?
when we will use connected Lookup & Unconnected Lookup
Difference between sequential file and data set?
difference between server shared container and parallel shared container
How many types of hash files are there?
describe the Steps to confiure a Qlogic switch
Out of 4 mill records only 3 mill records are loaded to target and then job aborted. How to load only those 1 mill(not loaded records) for next run. This job is not sequential job, it is stand alone parallel job.What are the possibilities available in datastage8.1?
What is the difference between operational data stage (ods) and data warehouse?