Hi, I have data that looks like this:
Accession#: 14CP123
Reason for study:
1. Shortness of breath
2. Chest pain
Summary:
1. First diagnosis
2. Second diagnosis
3. Third diagnosis
The data is stored as {document_text_c.line_text} where each line of text is stored separately as {document_text_c.line_text} with a different line count.
I need to pull the text into a spreadsheet with column headers:
Acc#, Finding #1, Finding #2, Finding #3
and row of data that displays:
14CP123, First Diagnosis, Second Diagnosis, Third Diagnosis
I appreciate your help!
Jan
Accession#: 14CP123
Reason for study:
1. Shortness of breath
2. Chest pain
Summary:
1. First diagnosis
2. Second diagnosis
3. Third diagnosis
The data is stored as {document_text_c.line_text} where each line of text is stored separately as {document_text_c.line_text} with a different line count.
I need to pull the text into a spreadsheet with column headers:
Acc#, Finding #1, Finding #2, Finding #3
and row of data that displays:
14CP123, First Diagnosis, Second Diagnosis, Third Diagnosis
I appreciate your help!
Jan