79592616

Date: 2025-04-25 13:26:13
Score: 2
Natty:
Report link

based on the suggestions made above the following worked as required:

program | jq -r '[.mmsi, .rxtime, .speed, .lon, .lat] |@csv'

this also delivered practically the same result:

program | jq -r '[.mmsi, .rxtime, .speed, .lon, .lat] | join(",")'

Thanks for the many contributions

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: xuraax