multiple rows to one single text document with the same number of lines

Hi , I would like to convert my single column table into one text document, but with the same structure

image

I would like to have this as

image

I have tried this

image

however it will not create the \n at the end of each row value.

Hi
have you tried (the detour) and write it into one file first and read it?
br

2 Likes

I tried writing it as csv, but i cant get rid of quotes

Hi @hakandurgut ,

Give this a try…
image
Provided you set the config for the CSV writer, I think it does the job.

image

image

5 Likes

HI
You din´t mention the Thundercats… They were the best
But I give it a try any way. :slight_smile:
I would made a small change in your original IDEA , seems to be working in here :

3 Likes

yess it works, I am very happy to get rid of quotes. I didnt know it was in advanced tab.

I was even thinking about string manipulation in a recursive loop, now I dont need that

2 Likes

Very creative. Last night as I was going to bed, I had this idea to theoretically use JSON row combiner and possibly utilize the Palladian extension to clean it up afterwards, but seems like yours is cleverer to achieve the same goal with native nodes.

2 Likes

I wonder if we could create yaml files like that?

I’m not familiar with YAML files @hakandurgut , but thanks to this thread, and knowledge from this other thread too, I am happy with how my screen looks - clean and less clutter.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.