ruby - ZOHO Report API - Bulk import using CSV -


I am trying to import bulk by using CSV. I am coding in Ruby so Sohollo report API calls Use Rest Restaurant Gym for How should I pass the value for ZOHO_FILE? I tried

  RestClient.post (ZOHO_REPORT_API, {ZOHO_FILE => File.open ("path / to / csvfile")})  

But its not working. The error I am getting is not the content of the file .

Please help me find out the right ZOHO_FILE value.

I got the answer for this

ZOHO provides an uploading tool for the same is. It is easy to understand and implement it. Please take a look at


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -