Parameters Question

Hi,
I searched and didn’t see anything specific in the forum or the user guide.

I am trying to figure out how I can pass parameters to a graph during runtime. Can you provide some examples?

Thanks.

Hello,
you can pass simple parameter as a command line argument (-P:parameterName=parameterValue) or a file with many parameters (-cfg fileName). When running graph from the eclipse you can specify file name with parameters directly in CloverETL launch tab; for single parameter you have to use above syntax in Program arguments of Arguments tab.
For more information see:
Running Graphs with Parameter Arguments and VM Arguments
Property and property file (aka parameters)
Sort Universal example
Command line

Thanks!

This was just what I was looking for. My bad for missing it.