Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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