Skip to content

Instantly share code, notes, and snippets.

@bitmess
Created June 5, 2017 06:49
Show Gist options
  • Save bitmess/aba991eef0ea98c8483a8622f30ad6a3 to your computer and use it in GitHub Desktop.
Save bitmess/aba991eef0ea98c8483a8622f30ad6a3 to your computer and use it in GitHub Desktop.
fetch csv value and form NSString
#!/bin/sh
cat GPS.csv | awk -F, '{print "@{@\"lat\":@"$4",@\"lng\":","@"$5",@\"speed\":","@("$10")},"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment