Running Processes
To run an ETL process, you can chain the steps methods in the desired execution order and then call the run
method:
To run the process and return the resulting data as an array, you may use the toArray
method:
Last updated
To run an ETL process, you can chain the steps methods in the desired execution order and then call the run
method:
To run the process and return the resulting data as an array, you may use the toArray
method:
Last updated