I have an odd situation, although I'm sure it is common. The data file I'm pulling in (excel file) has a bunch of totals at the bottom(after some empty rows), so I want to read all the rows up to the first null value encountered in the ID field (first field).
any ideas?
Is there any way to set the record limit dynamically or something like that?