Three of nine
A file goes in
Three importers, and all three behave the same way. You build the file, run it as a dry run that puts every row through the real insert and rolls it back, read the failures row by row, fix them, then apply. Rows are applied independently, so one bad row never sinks the batch, and duplicates are flagged on every copy rather than silently resolved to the first one.
-
Employee directory: names, work email, employee code, join date, employment type, personal email and phone
Lands in A person record and its employment record
A two-sheet workbook: the grid you fill, and a reference sheet carrying your own departments, designations, work locations and legal entities plus the rules for the free-text columns, so nobody guesses a name or a date format. The placement columns are dropdowns backed by that sheet. Up to 1,000 rows at a time, and a plain CSV works if that is what your old tool gave you. Every person the import adds gets their own sign-in invitation once the batch commits. A dry run invites nobody.
-
Public holidays for the year
Lands in A holiday calendar, assigned to as many work locations as you like
Three columns: date, name, and kind, public or restricted. A date already on the calendar is skipped rather than failed, so re-running an overlapping file is safe. There are also six bundled country sets you can prefill in one click and then edit, for India, the United States, the United Kingdom, Singapore, the United Arab Emirates and Australia, a year at a time. The calendar also carries the working week and the limit on restricted-holiday picks.
-
Asset register: tags, serials, make, model, purchase cost and date
Lands in The asset register, if you run the Asset Management module
Tag is required and unique per workspace. The category is matched by name to one you have already created, and an unknown one fails the row. Rows whose tag is already on the register are skipped, so a re-run is safe.
