Skip to content

Instantly share code, notes, and snippets.

@pedro2555
Created October 1, 2017 23:06
Show Gist options
  • Save pedro2555/e380427bf38003ecd0320510334f747b to your computer and use it in GitHub Desktop.
Save pedro2555/e380427bf38003ecd0320510334f747b to your computer and use it in GitHub Desktop.
^AP;([\w]{4});.*?;(.*?);(.*?);(.*?)$
insert into airports \(ICAO, LAT, LONG, ALT\) values \('$1', $2, $3, $4\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment