Basically, I'm struggling with extracting data and importing into a new field. Can this be done:
namewithprefix="PS4 | Call of Duty" namewithoutprefix=""
I want it to look like this
namewithprefix="PS4 | Call of Duty" namewithoutprefix="Call of Duty"
Both on the same line in the xml document
Many thanks