Hi there,
I have a text file like this with two headers. Headers are separated by tab and the data are separated with tab, comma and blank row in between:
TestName ScoreST
EngLang AA,A+,B,BB,C,A+
BB,CC,B+,AB,C+
Geography B+,C+A+,A+
A+,BA+,A+,B
Physicals A+,B+,A
The data means the text file has EngLang with two entries, Geography has with two entries, there’s an empty row and the Physicals with 1 entry.
I write Generate Data Table with Comma,tab and newline criteria only but not getting the results as needed. I want the output like this in Excel:
TestName ScoreST
EngLang AA,A+,B,BB,C,A+
BB,CC,B+,AB,C+
Geography B+,C+A+,A+
A+,BA+,A+,B
Physicals A+,B+,A