Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Uploader Functionality

80010ekta edited this page May 17, 2018 · 1 revision

UPLOADER FEATURES

  • Upload Status :

    • Displays a list of all the uploads made by a user with all the details like Import-tracker-id, MasterJobStatus, Created At, Upload Type, Name etc.
  • Uploader Screen :

    • If there is no running upload :

      • Displays four methods to upload data :

        1. APPEND : By choosing Append method you can Keep all the old products and add the new one . No old records will be updated .
        2. REPLACE : By choosing Replace ethod you can remove all your old data and add the new one.Replace all the old products with new one.
        3. UPSERT : By choosing Upsert method you can Keep all the old products , update old records and add the new one .
        4. UPDATE : By choosing Update** **method you can Keep all the old products and update old records . No new products can be added in this method
    • If there is a running upload :

      • Displays all the details of the current running upload with an option to either continue or abort
  • Upload Step :

    • A list of tabs– Product Information , Product Price , Product Imprint Data , Product Image , Product Shipping , Product Additional Charges , Product Variation Price

    • Field mapping option – Can create a new mapping or select from the already created mapping

    • File Upload – Can upload a file

    • Preview table – Can preview the uploaded data

    • Headers Mapping – Can map the system headers to Csv headers

    • Type Option – Can change the data type of the field.

    • Transform – Provides an option to transform data by using options like lowercase, uppercase, left-trim etc.

    • Property Option (If creating a new mapping) – Can set properties like allowed values, default value, max-length etc.

    • Abort – To abort the uploaded file

    • Handson Table – To modify the client side validation errors

    • After Uploading a file successfully :

      • Displays the uploaded records information and provides options to delete all the uploaded data or to delete some selected records
      • Also provides the facility to filter data
  • Validate Step :

    • Displays the details of the server side validation like validation file type, validation status, total no of records and validation progress
    • Handson Table – To modify the server side validation errors
    • Abort – Takes one step back to the upload step
    • Import – Starts import of data
  • Import Step :

    • Displays import in progress till the import completes and then displays a message “Import Completed. Product data has been successfully imported into PDM. Ready to go live...!!!”
    • Go Live – Makes the product data live
    • Abort – Takes one step back to the validate step
  • Header Bar :

    • User list – Displays a list of users
    • Subscription list– Displays a list of subscriptions
    • Flowz-Product Options – Provides option to navigate to different flowz products like webbuilder, CRM , Flowz Dashboard
Clone this wiki locally