Guest User

Untitled

a guest
Apr 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mp_keys= a,b,c,d
  2.  
  3. curl https://mp.com | jq '. | [$mp_keys] | @csv'
  4.  
  5. jq '. | [.a, .b, .c, .d] | @ csv'
  6.  
  7. jq --arg mp_key1 "${mp_key1}" --arg mp_key2 "${mp_key2}" --arg mp_key3 "${mp_key3}" --arg mp_key4 "${mp_key4}" '.
  8. | [.[$mp_key1], .[$mp_key2], .[$mp_key3], .[$mp_key4]]
  9. | @csv'
Add Comment
Please, Sign In to add comment