Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. awk 'BEGIN{ORS="";} NR==1 { print; next; } /^ObjectId/ { print "\n"; print; next; } { print; }' mongodb-compas-export.csv > mongodb-compas-export-no-newlines.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement