Hey everyone, I need some help with an automation project!
I’m working with a large dataset of about 8 million random leads, which includes a mix of categories like dentists, entrepreneurs, real estate, etc. My goal is to filter these leads by category (e.g., dentists) and save each filtered list into separate CSV files on my local computer.
I’m using MySQL to store the data and looking for the best way to automate this process, ideally with n8n. Has anyone tackled something similar? I’d love some advice on how to set this up, or if there are better tools or workflows I should consider.
Any insights or suggestions would be much appreciated! Thanks in advance!
@Roxester , certainly n8n should be able to handle that. It would probably be best if you run SQL queries on MySQL in a way that the returned records (their size) are reduced to a minimum - only the data you need excluding any unnecessary properties. Perhaps even run filtering in separate workflows to ensure you do not hit the memory overload when running n8n.