Hi Experts,
I'm trying to explore on Transactional APIs scripting. When I execute below script is working fine and extracting all the List items. But I want to export this data as .csv file, how to achieve this?
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -workspace %WorkspaceId% -model %ModelId% -L

I tried with below code, but it's not creating any file.
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -workspace %WorkspaceId% -model %ModelId% -L -execute –get:csv %OutputPath%

Seems I'm doing some thing wrong. Kindly help me here.
Thanks & regards,
Anil