I have 12 or 13 CSV files in a folder that all have slightly different schemas. they all have a field called ROWID.
All I need to a final result that has the file name and the row count so I can compare it to another count list from a different source.
Is there an easy way to do this without pulling in EVERY file in total? Some are quick larger in terms of the number of columns and it is not very efficient.