Automate concatenating data tables based on name
Hi, I want to concatenate data tables based on their name.For example I have 6 Data tables, and their names will be something like M1a M1b M2a M2b M3a M3b. So I want to join all M1 devices together etc. However, the M1 part will vary by name so I need the script to be able to get name and then compare part of the name. Any help to get started is very appreciated