Exporting cellblock in specific format

Encelade's icon

Hello,

When I write a txt file based on a cell block, I got the following structure (my cellblock being made of two columns) :

#X set 0 0 DVCPROHDAudio.plugin;
#X set 0 1 iZAlloyMASHook.bundle;
....
#X set 1 0 comment;
....

being a list of rows for column 0 FOLLOWED by the same list of Column 1.

I would like to have a list of rows MADE of both Columns ; an element X of the list being "Row X Column 0 Column 1"instead of "Row X Colo Column0" followed later by "RowX Column1".

Don't know if I'm clear... :)

Thanks for your help.

Encelade's icon

I found the solution here, from Adam Murray : https://cycling74.com/forums/printexport-jit-cellblock-data.
Perfect !

The author add later in the discussion the link to donwload his tool as it seems files have been removed : http://github.com/adamjmurray/max_csv_tools/zipball/0.5.

Thanks Adam ! :)