You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.province[:-1] extracts the value of the "province" field and removes the last character .city[:-1] extracts the value of the "city" field and removes the last character
The + operator concatenates the modified values together
To remove the first two characters from the "province" and "city" fields using jq, you can modify the command as follows:
No description provided.
The text was updated successfully, but these errors were encountered: