03 - Working with Client-Provided CSV Data
Sometimes firms will have a special CSVs that they may provide that will be used to tweak or adjust data in the backup.
When you receive this data you should do the following:
- DO NOT import these CSVs directly into a Universal Migrator database.
- INSTEAD, create a new database named CLIENT_DATA and import the data into that database.
- When you need to reference this data in your playbook, use cross-database queries like:
SELECT * FROM CLIENT_DATA.dbo.MatterCsv
The reason you use a separate database is because it keeps your Universal Databases clean and allows you to easily iterate when you take multiple backups of the client's data.
Related Articles
03.03 - Working with Hostile Providers
Many providers to law firms treat their customers with honesty and integrity, however, occasionally you may encounter hostile / predatory providers. A hostile provider is one that will actively work to make it difficult for the client to leave. This ...
02 - Working With Historic Users
To Preserve or Merge? When a client moves into their new system, what do they want to happen with data tied to former employees? Do they want to keep it and attribute it to the original user? Do they want to attribute it to another user? Or do they ...
Data Caching / Diagnostics
In some systems with extremely slow APIs, Universal Migrator has the ability to cache data to an intermediary cache folder. The purpose of this cache folder is to allow you to quickly catch back up if your backup is paused, stopped, or otherwise ...
03.04 - Working with Hostile Providers - Notice of Departure
When working with a hostile provider, we first recommend reading the instructions in this article. If the relationship has sufficiently deteriorated, you may consider using this email template to help ensure a smoother transition. Never mention the ...
03.11 - Scoping Topics: Can you merge / clean up data?
Data Sanitation Projects Suck Data sanitation projects tend to take a large number of hours and often results in unsatisfied customers. As a general rule, you should inform the prospect that you provide transportation - not sanitation - services for ...