Dear community,
The format of my input is generate by a system with standard format.
the file structure is the following:
<account number1>, <account description1>
-table composed of transaction information related to account 1
<account number2>, <account description2>
-table composed of transaction information related to account 2
...
<account number N>, <account descriptionN>
-table composed of transaction information related to account N
See attached example.
My objective would be to transform this format in a standard data base before being able to create a workflow in alteryx
<account number2>, <account description2> <transaction information> as described in the attachement,
I would normally use VBA to do this operation but I am struggleling a bit with doing this in ALteryx.
Any idea?