Skip to content

Import BirdDB.txt to birds.db #411

Answered by Phaeton
Phaeton asked this question in Q&A
Jun 28, 2022 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

If someone else happens to do the same thing as me down the road, do the following.

  1. Open the BirdDB.txt in a spreadsheet application, like Excel/Google Sheets
  2. If it does not do it for you automatically, Split Text to Columns on the semicolon ";"
  3. Add a column to the end labelled "File_Name"
  4. Be sure and adjust the Time column to add back/keep the preceding zero on the single digit timestamps. Excel/Google Sheets will remove these by default. Change the format to Text to lock in the change. (If you miss this step, it will cause sort issues in your database/graphs).
  5. Add and drag down the following formula =SUBSTITUTE(D2," ","_")&"-"&TRUNC(ROUND(E2,2),2)*100&"-"&text(A2,"YYYY-MM-DD")&"-birdne…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Phaeton
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Phaeton
Comment options

You must be logged in to vote
1 reply
@Phaeton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants