I need help writing a schema file for importing ASCII data. I have tried using the Tagged Format Data examples, but keep having problems. My data has these characteristics:
* Records are delimited by a blank line
* 5 fields per record
* Each field begins on a new line
* Each field is preceded by a text label of the form "Label: "
* Fields 1, 2, and 4 are single-line fields
* Fields 3 and 5 may be multiple lines
I am specifically having trouble importing the multiple line fields. The single-line fields are OK.
* Records are delimited by a blank line
* 5 fields per record
* Each field begins on a new line
* Each field is preceded by a text label of the form "Label: "
* Fields 1, 2, and 4 are single-line fields
* Fields 3 and 5 may be multiple lines
I am specifically having trouble importing the multiple line fields. The single-line fields are OK.