6 ms·
oh man, I remebmer solving this problem by connecting these files into SQL SERVER and joining agains them. Those were the days
by whoomp12342 1y ago
oh man, I remebmer solving this problem by connecting these files into SQL SERVER and joining agains them. Those were the days
- thisislife2 1y agoStill do something similar by using a simple python script to import such files into SQLite and then query the db with SQL. And, if I remember right, now there are free SQLite GUI db readers that also easily allow you to do this.