We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Dynamic batch row count .csv

hi2019
8 - Asteroid

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

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

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!

Labels
Top Solution Authors