Skip to main content
Overview The CamoAg platform relies on a standard AgWare stored procedure to generate an XML file for each relevant sale record in UAAR format (AgWare XML spec format). This stored procedure is made available as part of the AgWare software release. Solution The data in this file includes but may not be limited to the following:
  • Grantor/Grantee
  • SaleId
  • SaleIndex
  • Sale date, price, and acres
  • County & State
  • Sale lat/lng
  • Sale APNs (available in DataLog starting with version 5.9)
Integration CamoAg uses AWS (Amazon Web Services) S3 as its preferred way to share these files and can make available for customers a limited permission AWS IAM user with access to write to a reserved AWS S3 bucket each UAAR sale data XML format. These files are treated as upserts (SaleIndex used as a unique identifier), imported once daily, for sales data private to a customer organization.  DataLog ships with a stored procedure, titled “GetSaleXML” that can generate the UAAR XML format consumed by CamoAg. Customers would need to define a process where this can be called to generate the XML files and send them to Amazon S3.
Last modified on May 22, 2026