Convert exported data from "Baby tracker - feeding, sleep and diaper" to BabyBuddy import format #424
wunter8
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the script! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My wife and I just switched from using Baby tracker - feeding, sleep and diaper. I wanted to import the data from that app into BabyBuddy, so I wrote this little script. It only works for sleep, feedings, and diapers so far. If someone wants to transfer extra data (like tummy time), just let me know, and I can help you modify the script!
To get the data file, go into the app settings, click on Transfer > Send data, and send an email to yourself. The email will have an attachment (
baby_data.abt
). Pass in the child id from BabyBuddy and the path tobaby_data.abt
, and the script will generatediaper.csv
,feedings.csv
, andsleep.csv
that you can import into BabyBuddy!Note: you must have
jq
installed (e.g.,sudo apt install jq
)Beta Was this translation helpful? Give feedback.
All reactions