This directory contains 11 workflows.
CSV Reader of Custom Data
This particular exercies isnt aplicable due to the fact that we are using a csv file and not a database. The steps would requier to use a DB Connector such […]
For this example I start by filtering out any person with a missing gender to not be included in the data. I then split Males and Females into indvidual […]
Struggled with column expressions with the custom data as well as the math formula. I got something to "work" with math formula but couldnt get the same to […]
This is a sample of join structure. you can combine 2 tables with one joiner and then combine the two that were joined with another indivdual table. This […]
I get an error from row 488 due to total charge being 0 why is this? I wasn’t able to successfully configure it in any way to not receive some error in the […]
Write Data to a file