Versions Compared

Key

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


Step 1: Download the Token Secret File in CSV

Expand

Include Page
How to request token seed or secret file
How to request token seed or secret file

Step 2: Download CSV2JSON PowerShell Script

Download CSV2JSON PowerShell Script and save it in a local folder.

Step 2: Convert the CSV file to JSON file

Run Windows PowerShell, execute the cmd below:

 .\CSV2JSON.ps1 -InputPath "{your token CSV file}" -OutputPath "{your token JSON file}"

See an example below:

Image Added