1) Run SSIS Package: Package Path is the SQL Path. You should ignore that MSDB is the default package store. IE if your package is named "foo.dtsx" and it resides in the root MSDB folder, its path should be entered as "\\foo". The Package Variables parameter that is available in the second release should be <Name>=<Value> pairs, one pair per line. for example:
Parameter_1=some value
Parameter_2=345
Parameter_3=true
2) Parse Int From String
3) Parse Float From String
4) Parse DateTime From String
5) Format DateTime As String