❔ Help building note interpreter
Hey everyone. I want to have my Google Keep notes on my phone being analyzed and extract data from them.
Each note represents a gym session, including the exercise name, amount of sets, amount of reps, weight, etc. They all have a similar written structure, so an interpreter should be a viable option.
I have tried Sprache, but it is hard to understand. Is this a good lib to use or are there better tools?
Cheers.
2 Replies
how complicated is this stuff to parse
is it like a table or is there logic
because you know string.split and regexes can solve a lot of things
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.