Hi,
Very new to alteryx and am slowly learning it's power. I've been trying to get a workflow that will output to a csv a file containing temperature readings and the coordinates of where each reading was taken.
Basically, I have an existing csv that contains temperature readings pixel by pixel from a thermal image. ie. A thermal image is exported in csv format and each cell is as if it were a pixel of that image displaying the corresponding temp reading.
I was wondering if it was possible for alteryx to transform this data into a table with the fields Temp, X, Y
So, from this:

To this:

My thoughts are to insert a new row at the top with auto generated field names which would be 1 to 1920 (or however many pixels there are horizontally)
Then add a row count field which would give me the Y coordinates (and multiply by minus 1 to make them negative)
Lastly, cross table or transpose the data into the three columns
That's probably an over simplified solution but might help in generating ideas for a workflow?
Any ideas/suggestions on what direction to go in, or the correct tools that would help, would be amazing