Upload your data

In order to run a batch job, batch data needs to be firstly uploaded into the system. This guide provides step-by-step instructions for successfully uploading your data files for batch processing.

Steps to Upload Data

  1. Navigate to the Data Tab: Open the application and go to the Data tab located on the main navigation panel.

  2. Click the Upload Button: Inside the Data tab, you will see an Upload button. Click on this button to open the file selection dialog.

  3. Select the File: Navigate through your computer's file system and select the file you wish to upload for batch processing.

  4. Confirm Upload: Once you've selected the file, click on Open in the file dialog or hit Upload in the application to start the upload process.

Supported File Formats

  • The system currently supports only tab-delimited file formats for batch processing. The file extensions that are accepted include:

    • .txt

    • .csv

    • .tsv

File Size and Row Limitations

  • The uploaded file must be smaller than 15MB in size.

  • The file should contain fewer than 3,000 rows to ensure smooth processing.

If your file exceeds these limits, you may encounter errors or slow performance.

Troubleshooting

Invalid File Format

If you attempt to upload a file that is not in one of the supported formats, you will receive an error message. Ensure that the file is a tab-delimited .txt, .csv, or .tsv file.

Exceeding File Size or Row Limit

If the file size exceeds 15MB or contains more than 3,000 rows, you will receive an error message indicating that the file does not meet the requirements.

Last updated