Hi
I am trying to do get a daily row count for 16 or less daily files (.csv) that have different headers but it shouldnt matter if I am only trying to get a ROW count. I started with a directory where files will be dropped each day then a dynamic input but I am stuck on how to do this since I only want row count regardless of headers with csv files.
please help
I would use a batch macro to read them in - you should be able to leverage this one: Article Detail.
BUT you can add a Summarize to count records by file name tool between the Input and the Macro Output to make it simple!