How to merge multiple chemical spreadsheets into one?

17 views
Skip to first unread message

Andrew Orry

unread,
Aug 25, 2023, 11:39:39 AM8/25/23
to MolSoft ICM Knowledge Base
Q. How to merge multiple chemical spreadsheets into one?
A.

* load all mol / sdf files (File/Open)
* select the tables in the ICM workspace (left hand panel)
* run the script below - copy and paste into the  ICM command line

S_tab = Name( table selection )

for i=1,Nof(S_tab)
  add T_master $S_tab[i]
endfor

Andrew Orry

unread,
Aug 25, 2023, 11:44:22 AM8/25/23
to MolSoft ICM Knowledge Base
The option is also available in the GUI.

Select tables -> right click -> Merge Selected Tables


Reply all
Reply to author
Forward
0 new messages