Upload: Difference between revisions

From EPOD
No edit summary
No edit summary
Line 1: Line 1:
The User selects and uploads a file from the webpage.
This page allows users to upload jobs into the system from a spreadsheet file.


[[File:EPOD-Upload1.PNG|600px|border]]
When entering the page, the user is required to select the '''Browse''' button, which will provide users with a file navigation window.
 
Here the users must select a valid Microsoft Excel file, these can be either an '.xls' or '.xlsx' file.  


If the file is not in a valid MS Excel format the user will be prompted of this. If it is the upload will begin.
Once a file is selected the user must select the Job Group that the service will be part of. This again is to split the work into different pools. The upload will only allow one job group per file uploaded.  


Once the upload is complete the data will be parsed from the Excel file and placed into a dataset. The data will then have a set of basic validation checks.
Once the above has been completed, the user must click the '''Upload''' button to complete this action.


Once the basic validation checks have been completed a check is performed to retrieve the number of errors, if there are any the file is not processes into the database and all records in the file are returned to the user, with any corresponding errors.
[[File:EPOD-Upload1.PNG|600px|border]]


If there have been no errors then the services will be uploaded and customers created (if necessary). If any of these jobs have been added before, the process will check this and add this to the list of errors processing the file.
If there are errors with the file (for example, these could be formatting issues with the data in the file, or the data is not valid), the system will display a table representing each row in the imported file and advise where and what the issue is.  


Once the processing has finished either through error or successful upload, the Excel file is deleted.
Note that the system works on the basis of a clean upload or no upload; this means that if there is one issue in the file, none of the file is uploaded.


The screen then displays the log with all messages, success or failure.
If the upload is successful the same table representation will be displayed, and will advise that the upload has been successful. These records can now be viewed within the system.


[[File:EPOD-Upload2.PNG|600px|border]]
[[File:EPOD-Upload2.PNG|600px|border]]


[[File:EPOD-Upload3.PNG|600px|border]]
[[File:EPOD-Upload3.PNG|600px|border]]
If there have been no errors then the services will be uploaded and customers created (if necessary).


{{note}} There are some limitations with using the upload, most notably that if formatting is used with the Excel spreadsheet for dates and times and the data within the field is not valid to this format the system with respond on import advising that this is not a valid conversion. If no formatting is used this is not be an issue.
{{note}} There are some limitations with using the upload, most notably that if formatting is used with the Excel spreadsheet for dates and times and the data within the field is not valid to this format the system with respond on import advising that this is not a valid conversion. If no formatting is used this is not be an issue.


[[Category:UG 291094 EPOD Admin User Guide|200_400]]
[[Category:UG 291094 EPOD Admin User Guide|200_400]]

Revision as of 10:56, 7 October 2011

This page allows users to upload jobs into the system from a spreadsheet file.

When entering the page, the user is required to select the Browse button, which will provide users with a file navigation window.

Here the users must select a valid Microsoft Excel file, these can be either an '.xls' or '.xlsx' file.

Once a file is selected the user must select the Job Group that the service will be part of. This again is to split the work into different pools. The upload will only allow one job group per file uploaded.

Once the above has been completed, the user must click the Upload button to complete this action.

EPOD-Upload1.PNG

If there are errors with the file (for example, these could be formatting issues with the data in the file, or the data is not valid), the system will display a table representing each row in the imported file and advise where and what the issue is.

Note that the system works on the basis of a clean upload or no upload; this means that if there is one issue in the file, none of the file is uploaded.

If the upload is successful the same table representation will be displayed, and will advise that the upload has been successful. These records can now be viewed within the system.

EPOD-Upload2.PNG

EPOD-Upload3.PNG

If there have been no errors then the services will be uploaded and customers created (if necessary).

Note Note: There are some limitations with using the upload, most notably that if formatting is used with the Excel spreadsheet for dates and times and the data within the field is not valid to this format the system with respond on import advising that this is not a valid conversion. If no formatting is used this is not be an issue.