I want to copy and paste this several times but instead of the "code" included in the example, I want to include the value stored on a column from a xlsx dataset. The script I am on is R.
{
"entity":"sigpac",
"code":"18142-20-237-0-1",
"status":"ON"
}
For example this would be a deriable result.
[{
"entity":"sigpac",
"code":"18188-7-81-11-1",
"status":"ON"
},{
"entity":"sigpac",
"code":"18142-20-237-0-1",
"status":"ON"
},{
"entity":"sigpac",
"code":"181232-20-237-0-1",
"status":"ON"}
},{
"entity":"sigpac",
"code":"1315432-20-237-0-1",
"status":"ON"}
(etc...)
As u see, only the parameter "code" is the one that I wanna change.
THanks for the help Im learning q.q!