I have a csv files with documentation header information in the first rows. I have an idea of how to save and make this documentation useful, if I can first read each item (separated by commas and line break for the first n lines) into a single column.
In my first attempt I got an error that said the input tool requires delimiters to be a single character.
Essentially, the data is comma separated & line break separated
For example, I would like this:
ID:52,Status=Complete, Name=Hello,
Selection:,"Pick1 = A, B,","Pick2 = C,","Pick3 = D,"
Criteria:,"Output1 = ReportA","Output2 = "File"
Other:12
Any help would be appreciated. I checked the discussion boards, but didn't find anything related. I'm a newbie, so maybe I'm not phrasing my search properly...