How can one input (copy&paste) multi-line strings into a table?
Bot the Table Editor and the Table Creator nodes remove the newlines and “linearize” the input string.
How can one input (copy&paste) multi-line strings into a table?
Bot the Table Editor and the Table Creator nodes remove the newlines and “linearize” the input string.
Hi @kienerj
I’m not sure that I fully understood your your request. An example of input → aimed output would help…
Do you have a multi-line text in a cell like this one?
And you want to split it in rows. Or do you have a text split in rows?
‘Cell Splitter’ node
delimiter == "\n"
Then Unpivot
Then, do you want to merge it in a cell?
‘Pivoting’
‘Column Aggregator’ node
columns, wildcard == "*_Arr*"
concatenate, delimiter == "\n"
BR
The input should be possible with copy&paste into a field in the table using Table Editor or Table creator. I do not get why these 2 nodes strip away newlines of text input.
eg you are verifying your data manually / visually and in case you need to correct, you want to be to paste multiline string into a field displayed in the Table Editor.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.