Hello,
I'm receiving logs from a firewall and i want to sort the different types of logs based on the quantity of columns (columns created using cvs with autogenerate on) they have, instead of doing it based on the column values. Something like:
if number_of_columns == 30:
do this because it's the type of log that has 30 columns
Is there some kind of way to do this?
Thanks!