Regarding generate datatable

i have a sample file, using generate datatable i want to convert into standard format having heading “Field Name”,“value”,“comments”. can someone help me with itsample.zip (374 Bytes)

@shishirshetty2701,

The attached zip folder doesnot contain any xaml file.
Please resend it with required file.

Thanks,
Mohanraj.s

@MohansadaiyapillaiFOB.zip (11.6 KB)

I have achieved this using regex since the column separators are not static.
Please refer this workflow, sample input and output docs.

project.zip (9.8 KB)

Thanks!

@kadiravan_kalidoss Thank you