Separating Fields
The data from your import file displays in the lower part of the window. Some information is required to properly break the lines of text into useable pieces of information.
Both delimited and fixed width files may or may not have header rows and field names. Examine your data to identify the first row of data and the row with box names, if there is a row with box names.
Delimited Files
Your data displays with a delimiter character (usually a comma) separating the line into meaningful pieces of information called boxes, such as Client ID, staff, and amount. There are usually no extra spaces in the information. It is likely that some lines will be longer or shorter than others. If there is any resemblance to the information forming columns, this is only incidental. There may be a series of the delimiter character indicating boxes with no data.
The delimiter may be a character other than a comma. Any character can be a delimiter, but delimiters are generally characters seldom found in data entries.
Any text entries that contain the delimiter are enclosed in a text qualifier.
Fixed-Width Files
In fixed width files, all the boxes are in columns. Each column has a specified width and spaces are used to make entries in that column the same width. Any special characters are part of text entries. Data in the boxes could be right-justified or left-justified.
The system will attempt to break the data into meaningful entries, but empty boxes in the first several rows or differences in right or left justification compromise the accuracy of this process.
Other File Types
If you are trying to import a file that is an unknown or unsupported type, Time Capture will attempt to read the file. If the attempt appears to be successful, the data format used displays, and the data displays in the lower portion of the window.
Examine the data to ensure that it was read accurately and is consistent throughout. Use the scroll bar to examine the last records and ensure they are interpreted properly.
