Reading unstructured data from text file and paste it in structure format to excel

Have a look here, as it looks very similar

parsing the textfile into the input datatable we do have several options:

  • regex
  • CSV Parsing
  • LINQ