Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Transforming a messy text export

I have an extremely large text file that I need to extract useful information from. I wrote an example of what it looks like below. Basically I want to extract data to keep the green fields so that C...
  • artemus's avatar
    artemus
    3 years ago

    Oh, you are trying to combine the protocol and department lines into a single row. Instead of using Table.Combine, use 

    Table.FromColumns({#"Added Custom"[Custom], #"Filtered Rows2"[Column2]})