I am using PowerShell script and from PowerShell I am setting up a json content mentioned below in the clipboard, however when I try to fetch the content from the MS script it gives this
JsonContent
Code: Select all
{
"errorCode": 0,
"accountFileInfo": "D:\\Data\\automation\\clientAccount.csv"
}
Code: Select all
Let>v_clipboardData=
GetClipBoard>v_clipboardData,0
JSONParse>%v_clipboardData%,$.errorCode,v_jsonErrorCode
- Line 6 : not appropriate
- Unexpected character in JSON data
Thanks