Hello community! How can I dynamically set the number of records to keep in the Select Records tool? (or completely do this another way!)
Every week new CSV files are generated and I do not have control over the format/layout of these files - they are what they are - but they always have the same fields and types in the same order. These CSV files usually come with 9 rows of info that I want to throw out. But sometimes they don't have these extra rows at the top. (actually 8 rows of strings, then 1 row of [null]).
Here is an example of the first 10 records when it includes the extra rows:

And then I do this:

How do I error-trap for those times where the CSV file doesn't have the extra rows? Is there a way to change the select records config to 1+ if they aren't there? Or can I skip the select records tool entirely if they aren't there?
Appreciate your ideas!
Erin