Forum Discussion

NathanCunningha's avatar
NathanCunningha
Qrew Member
7 years ago

Ruby Quickbase Pull

Very new to Ruby Programming, but I'm trying to figure out how I can use Ruby to connect to my App, pull data from it, and then automatically create a CSV file. I've looked through the GitHub Ruby Client and haven't had much luck: https://github.com/garethlatwork/quickbase_client

Any other examples or use cases out there that I can use as a starting point? 
  • SuryaExpert's avatar
    SuryaExpert
    Qrew Assistant Captain
    I have used this ruby qb client gem before. It works like a charm. Except that it is not an adapter, but otherwise you can certainly use this to perform ALL the typical operations that one would like to do with QuickBase. Having said that, it does not perform any CSV operations for you. You would have to use a different gem for that. Hope that helps.