Export to txt Pancake error

Hello! When using the “Export txt” component, only the first line of data is written to the file. Changing the data structure does not change the result. Please let me know what the problem might be. Pancake version 2810. Rhinoceros version 8 SR22.

Block_Dim_Exp.gh (25.6 KB)

Content should be one text per file so you need to manually join them by Text Join. Pancake doesn’t handle line breaks in case there’re needs for complicated datatree-pattern import/export.

Thank you very much! I haven’t encountered exporting GH data to files before. For some reason, exporting through the panel writes all the rows without any issues.

Thank you very much! Especially for the wombat alternative. I use this plugin, but I couldn’t find this node when I needed it)