Hi Alteryx community,
I'm trying to turn two columns of numbers into one string of text and output as .json file. For example:
Input excel file:

Output .json file:
{"Data":[{"Key":"127623.283718"},{"Key":"126799.283935"}.........{"Key":"129454.296223"}]}
I literally don't even know where to start...Please send help.
Thank you.