Skip to main content

Should I import my whole entire file at once or do a test of a few lines of my file first?

Updated over a week ago

Imports are not reversible. Bloomerang recommends that you import the first few lines of your file before you import the entire file.

If you do unintentionally create duplicates or map to incorrect fields, you can manually delete the few entries that you created, instead of having hundreds or thousands of duplicates or incorrect entries to manage.

Did this answer your question?