Forum Discussion

DavidParra's avatar
DavidParra
Qrew Member
3 years ago

API_ImportFromCSV response

Hi, I am new in Quickbase, I am importing data through a CSV import API and URL 

https://xxxxxxxxx.quickbase.com/db/xxxxxxx?a=API_ImportFromCSV&apptoken=xxxxxxxxxxxxxxxxxxxxxx&records_csv=N,60129302,,10268239,definition101,%0AN,60161985,,10271188,Definition02,%0A&clist=7.8.9.11  the merge-id is the RID=7, it is working fine, I mean it is updating, appending or doing nothing if the RID is without changes. I put this URL in the browser and I get this response
<qdbapi>
<action>API_ImportFromCSV</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<num_recs_input>2</num_recs_input>
<num_recs_added>0</num_recs_added>
<num_recs_updated>0</num_recs_updated>
<num_recs_unchanged>2</num_recs_unchanged>
<rids>
<rid update_id="1627688139062">3</rid>
<rid update_id="1627699647536">7</rid>
</rids>
</qdbapi>.

I am using a code page and sending the function with Javascript, but I can't get the same response. Is there some way to get it?

Thanks a lot in advance


------------------------------
David Parra
------------------------------
No RepliesBe the first to reply