Our target database is working with stored procedures to load data. In order to do it fast, the developer on that side has given stored procedure with a user-defined table type (UDTT) as input.
In Alteryx I load some CSV files and then have a record set in memory. This record set is the same as my UDTT but I can't seem to figure out how to create the call to the stored procedure or even transform the data set to a UDTT.
BTW I'm a real n00b with Alteryx, my co-worker is on holiday