InterviewSolution
Saved Bookmarks
| 1. |
How Can You Load Records With Multi-line Fields? |
|
Answer» You can define RECORD delimiter by USING STREAM record format. It allows you to have \n as part of a field. The record delimiter is defined after the infile clause, as SHOWN in the following code SNIPPET: You can define record delimiter by using stream record format. It allows you to have \n as part of a field. The record delimiter is defined after the infile clause, as shown in the following code snippet: |
|