After I process data in my csv files, I need to combine/join them into a single file.
Should I use my current scripts to output results into new csv files, and then write a script to combine/join them?
Or should I use the %arrays to do a SQL JOIN on them all in one script?
If I can/should use the second method, can I get a simple code example of how to use SQL to access the data?
Thanks
Edited by Arunbear: Changed title from 'Which is easier?', as per Monastery guidelines