Hi all,
I am trying to split some text returned from an AI model. Basically its a list of device serial numbers returned in a single line of text with a space between each serial. So for example its returned as:
5CG1410ZJY 5CG1410ZFE 5CG1410ZAS 5CG1410ZCV 5CG1410ZNM 5CG1410ZTY
Ideally I would like to take that string and either convert it to an array where I could use it to create a CSV with each serial in a separate cell, something like this:

This is how I am getting the info:

Any help would be appreciated
Thanks,
David