Forum Discussion

samye228's avatar
samye228
Helper I
2 years ago
Solved

Format Data with Header Information Between Rows

Hello, 

I have data that is downloaded from a cloud-based application. It looks like this:

I'm interested in creating individual rows with the data from the header rows. So, after applying steps the data would look like this:

After getting the file to this point, I would like to search the File column for specific wording and save only those rows.

Thank you,

Carol

 

  • Ingest the file without column separators.

    Filter the rows that contain your phrase.

    Then apply the formatting transforms.

3 Replies

Replies have been turned off for this discussion
  • Sorry to hear about your data format. Truly horrible.

     

    Anyway - how many words are you looking for? In what order? How fuzzy?

    • samye228's avatar
      samye228
      Helper I

      I'm looking for the phrase, "Certificate of Occupancy" it should be consistent.

      • lbendlin's avatar
        lbendlin
        Super User

        Ingest the file without column separators.

        Filter the rows that contain your phrase.

        Then apply the formatting transforms.