Skip to main content

One-Time Bulk Import of Contact Assignments (Primary/Position)

Kolleno can assist with a one-time import of person assignments via CSV file, upon request.

Kolleno Support avatar
Written by Kolleno Support
Updated this week

โœ… Overview

As a courtesy, Kolleno offers a one-time bulk import of person assignments to update either:

  • External position assignments, or

  • Primary status for persons.


๐Ÿ“„ Required CSV Format

Please submit to your account manager representative a UTF-8 encoded CSV file with clearly named columns. Avoid spaces or special characters in headers.

๐Ÿ”น For Position External Assignments

Column

Description

customer_ref

Unique customer identifier (e.g., ERP ID, customer ref, or exact name)

email_address

Email of the person (must exactly match the one in Kolleno)

position_name

External position to assign (must exist in Kolleno)

โš ๏ธ Leave position_name empty to remove the existing assignment.

๐Ÿ’ก Note: All position names must be pre-created in Kolleno.


๐Ÿ”น For Primary Status Updates

It must be ONE file for all the contacts to mark as 'primary', and ONE different file for all the contact to un-mark as 'primary'.

Column

Description

customer_ref

Unique customer identifier (as above)

email_address

Email of the person (must match exactly)


๐Ÿ“ Example Files

๐Ÿ”ธ Position Assignment

customer_ref,email_address,position_name 
CUST001,john.doe@example.com,Account Manager
CUST002,jane.smith@example.com,Finance Director
CUST003,bob.wilson@example.com,
CUST004,alice.brown@example.com,Operations Manager

๐Ÿ”ธ Primary Status

customer_ref,email_address
CUST001,john.doe@example.com
CUST002,jane.smith@example.com
CUST003,bob.wilson@example.com
CUST004,alice.brown@example.com

๐Ÿ“ฌ Sending the File

When submitting your file to Kolleno Support, please confirm:

  • The operation type (position or primary status)

  • The identifier field used (e.g., customer_ref corresponds to the public reference)

  • The exact column names in your CSV

  • Submit the file at least 2 business days in advance of any deadlines


โš ๏ธ Important Notes

  • Imports are manually handledโ€”please limit requests.

  • While we aim for prompt turnaround (usually on the same day), we cannot guarantee timing.

  • File must be:

    • UTF-8 encoded

    • Comma-separated

    • Double-quoted for values with commas or special characters


๐Ÿ” What Happens During Import

  1. Validation: All customer and person references are checked

  2. Processing: Updates are applied in batches

  3. Reporting: You'll receive a summary showing:

    • Rows processed count

    • Persons updated count

    • Unmatched entries (with customer/email)


๐Ÿ›  Troubleshooting

Issue

Solution

Person not found

Ensure customer_ref and email_address match exactly in Kolleno (same casing).

Position not found

Ensure the position name exists in Kolleno (same casing).

Encoding problems

Save the file as UTF-8

Special characters

Enclose values in double quotes if they contain commas or special chars

Did this answer your question?