Import existing parts list into FieldPulse?

We are currently migrating from our legacy field service management platform and require a method to import our existing parts inventory into FieldPulse without manual re-entry. Our current system exports data in CSV format with the following columns:

  1. Part Number
  2. Description
  3. Unit Cost
  4. Quantity on Hand
  5. Reorder Point
  6. Vendor Name
  7. Location/Warehouse
  8. Category/Department

I have reviewed the interface and do not see a direct import function under Inventory > Items. Is there a bulk import mechanism available? If so, please provide:

  1. The required CSV template format
  2. Any field mapping documentation
  3. Maximum file size limitations
  4. Whether the import can create new categories automatically or requires pre-configuration
  5. API endpoint alternatives if direct file upload is not supported

Our inventory contains approximately 4,200 SKUs, so manual entry is not a viable option. I can confirm that all part numbers conform to our internal 12-character alphanumeric standard if that affects validation requirements.

Thank you for your assistance.

Parents
  • Hi Anita, happy to help with this!

    FieldPulse does support bulk inventory import via CSV. Here is how to proceed:

    1. Navigate to Inventory > Import/Export > Bulk Import
    2. Download the Inventory Import Template — this is required, as the system expects specific column headers
    3. Map your source data to the template fields. Note: Your legacy columns will need minor adjustment — "Unit Cost" becomes "unit_cost" and "Quantity on Hand" becomes "quantity_on_hand"
    4. Categories must be created before import — the system will reject rows with unrecognized category values

    For 4,200 SKUs, I recommend splitting into files of 1,000 rows or fewer to avoid timeout issues.

    See this article for the full CSV specification and sample file.

    Let me know if you need the API alternative — there is an endpoint at POST /v2/inventory/bulk if you prefer scripted migration.

Reply
  • Hi Anita, happy to help with this!

    FieldPulse does support bulk inventory import via CSV. Here is how to proceed:

    1. Navigate to Inventory > Import/Export > Bulk Import
    2. Download the Inventory Import Template — this is required, as the system expects specific column headers
    3. Map your source data to the template fields. Note: Your legacy columns will need minor adjustment — "Unit Cost" becomes "unit_cost" and "Quantity on Hand" becomes "quantity_on_hand"
    4. Categories must be created before import — the system will reject rows with unrecognized category values

    For 4,200 SKUs, I recommend splitting into files of 1,000 rows or fewer to avoid timeout issues.

    See this article for the full CSV specification and sample file.

    Let me know if you need the API alternative — there is an endpoint at POST /v2/inventory/bulk if you prefer scripted migration.

Children
No Data