parsing cells to column and cells

Hello,

I’m getting a csv file with one row , that has lots of cells in this format:
key=value that are seperated by the char “=” (e.g , key_a=value_a, key_b=value_b)
and i need to make the key as a header on new table and the value as the cell below.

files attached - input and the required output.

input.xlsx (8.8 KB)
output.xlsx (8.8 KB)

any suggestion?
thanks in advance.

Try this.
Parsing Cells to Column and Cells.knwf (125.1 KB)


4 Likes

Great solution.

Thank you @rfeigel.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.