Importing Sales to CamoAg
Overview
The CamoAg platform supports importing sales from AgWare Datalog, mapped to farm sales within the CamoAg platform. 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.
Attributes
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.
Deleting farm sales
CamoAg supports AgWare sales being deleted from the DataLog system. When a sale is deleted, the CamoAg platform will receive an XML file with the SaleId and SaleIndex of the deleted sale, along with a flag indicating that the sale has been deleted. The following is an example of the XML format for a deleted sale:
This format is a standard from AgWare and should be accessible from a stored prodecure that ships with the AgWare software.
Importing Subjects or Sales to AgWare
Overview
The CamoAg platform works with AgWare Maven to synchronize subjects and sales data from CamoAg to AgWare.
For more information, follow the AgWare setup docsLast modified on September 14, 2026