Hey!
I have a given CSV file.
How it is possible to iterarte over the csv-file (as a build macro, I think)
like:
for each row
parse the row content
do something with...
add result for this row to an other csv file
next row
...
I mean get for each row a single result at first and add the single result the other csv file.
My Example:
I have a result set in my csv file. Each content of the row is a XML syntax. )But the count of rows can be different).
When I parse the row to a specific child name I get four result child values (in my example) for specific child name for each row.
But I need only the first result child value.
And I kept on working on the first result value only.
The problem is the different count of my Input-Data file.
So I can never say the real count of rows.
Is there a solution to create a macro in Alteryx?
If the solution transferable to a database table.
Mathias