Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
my example shows the problem. I have 4 values in a line/row.
I want to write them in 4 rows / lines. How can i realize this? Thanks for your help!
best regards,
Aylin
You can use the subfield() function to do that, like
LOAD *,
subfield(C1,'/') as row
INLINE [
C1
"A90 / test / , A100 / test2"
];