Como substituir um valor de variável por diferentes valores diferentes usando o notepad ++

1

Eu tenho isso:

"KeySchema" : [
      {
        "AttributeName" : "id",
        "KeyType" : "HASH"
      },
      {
        "AttributeName" : "chunk_id",
        "KeyType" : "RANGE"
      }
    ],
    "ProvisionedThroughput" : {
      "ReadCapacityUnits" :  "20",
      "WriteCapacityUnits" : "10"
    },
    "TableName" : "uat_appcast"

Eu quero alterar o valor de "TableName", que é "uat_appcast", com outro valor, "qa_appcast_01"

Eu tenho várias instâncias de "TableName" neste arquivo e cada uma terá um valor diferente.

    
por ashish varshney 30.03.2017 / 10:16

0 respostas

Tags