Question

Create a CSV in Test A Rest

  • 24 April 2023
  • 1 reply
  • 102 views

Badge +1

Hi

So there exists a ExecuteCSV function to execute the csv but is there any function to create a csv ?

I have recently stumbled upon MakeCSV function but cannot proceed without knowing what parameters to give to this function, upon randomly trying for paramters, it just gives null point error, expected an object 

Attaching the error screenshot.

 

 


1 reply

Userlevel 3
Badge +7

Hi Adil, 

I tried below and it worked. However, it seems like this command is not documented. 

```cs

Get UserHandling.svc/Users Into users

MakeCsv users Into dest

Print dest

```

 

Reply