Hello There ,
Im a newbie in Alteryx Designer and i have to build a macro ( batch) to read my Excel file.
The idea is from a workflow :
Excel File -> Full Path -> (Macro w control parameter to get the FullPath) -> Output : FileName
SheetName
RowNumber
ColumnNumber
Name (Column name)
Value ( inside my row)
IsColumnEmpty
IsRowEmpty
Over10M (lines)
On my macro i used a dummy excel file as example only to get the fullpath and to connect with my prep.(One dummy file and Sheet1)
The problem is actually from my principal workflow.
I have an Excel file with differents sheets but same columns and structure and its working.
My goal is to get from an excel with differents sheets structure:
Sheet 1( columns 1 to 105columns and X rows)
and to have the info Sheet 2( 2 columns and 2rows) for example.
Do u have any solutions to aim my objective ?