What format does the data need to be in for importing?
There are several predefined import structures that come with EARNIE but you can also define your own. You can import in either: • Fixed length • CSV (Comma Separated Value) or • Microsoft Excel formats When you choose fixed length you need to specify the start position and length for each field. We usually recommend using CSV as these are the easiest files to read and diagnose if there are problems. All import files must be in a simple column based format with a row for each employee. The first column is always the employee code and the remaining columns are defined by the structure.