I'm new to app development, so I'm not sure if my question makes sense. When a user clicks a button in our app (or searches for a value), I'd like it to retrieve values from an external database. For simplicity sake, let's use a csv located in a local directory.
I think I follow in that I'll need to set up a REST service, and set up query parameters to return only values in a given field within this external table that match it. Am I on the right track?
Thanks!