Created
April 22, 2015 18:55
-
-
Save dunz0r/94db8651fcb1e8d1079b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sed -e 's/\t/\",\"/g' \ | |
| -e 's/^/\[\"/' \ | |
| -e 's/$/\"\],/' \ | |
| -e '1s/\(.*\)/\{\"fields\":\1\ \"data\":[/g' -e '$s/.$/\]\}/' | tr -d "\n" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I feel so dirty