Hi,
I'm trying to convert a text file into a tabular form and send it to an excel file. The text file has multiple rows i have tired to use multi row formula was able to create only a single column tried adding another multi row row formula to get the other details i get only the 1st row. Below is the screenshot of how my data looks and what i am trying to achieve
This how my raw data looks.

This how i require the final output file
I have tried this has my multi row formula
if startswith('ICS1500-4','REPORT_NAME') then replace('ICS1500-4','REPORT_NAME','') else('ICS1500-4') endif
I tried the similar option for date by using
if startswith('ICS1500-4','REPORT_DATE') then replace('ICS1500-4','REPORT_DATE','') else(DateTimeAdd(DateTimeToday(),-1,"days")) endif
It does not seem to work. Any suggestion how i could get the complete file to be converted?
Regards,
Ren