Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sf.query_all( ) dataFrame records relation Id

records = [dict(id=rec['Id'], country=rec['Account']['BillingCountry'])
           for rec in data['records']]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dataFrame #records #relation #Id
ADD COMMENT
Topic
Name
7+9 =