Hi, so I have a database which contains events (eg. EF11RO9)
Each event can occur multiple times.
I need to make one csv output per event. So the idea is that i need a formula that could join the same events in a different file.
I have more than 2M lines and about 500 000 events so it's pretty impossible to make 500 000 outputs.
So if you have any idea for:
- The simplest formula to achieve the sorting
- The fastest way to export every table as a csv
Thanks in advance
(Unfortunately i cannot share the dataset)