Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Should you need or wish to export the request response output into a standalone file, append the following commands to the cURL request.

  • CSV output to a file append | tee -a output.csv to request

  • raw NDJSON output to a file append | tee -a output.json to request

  • if user requires output to be JSONlinted JSON is needed, use | jq -s | tee -a output.json

  • ensure that ?dformat= matches the output file extension

  • check what directory output is going to by using ls