Sorry, but I'm trying to do a very stupid thing.
Create an array formed by split (" | ") .
Assign each single value to new string variables.
But I get a thousand "template..." errors
example object:
customer1| Backup terminato con errori | | jobName| 6-31-2022.20.21
similar to
customerName = array[0]
jobResult = array[1] .....