Saving data from xl to Oracle table

Hi All, I have one question that from the user interface user will be uploading xl file where may contain 5000 rows of data and 3 columns . Now can save process this data in Appian I.e can I use export from xl to CDT smart service and then write them to Oracle table . If this is not the right way to handle then how can I  proceed .

  Discussion posts and replies are publicly visible

Parents
  • Hi Bhargav,

    You can try with the below approach:

    Step 1.Use Parse Excel to CDT smart service

    >> the Parse Excel to CDT smart service within Excel Tools should allow you to load the data present in the Excel to CDT

    Step 2: Then use Execute Stored Procedure smart service.

    >>Using Execute Stored Procedure smart service you can directly write the data from the CDT to Oracle table using Oracle Stored Procedure.

    Please try the same and hopefully it will work.
Reply
  • Hi Bhargav,

    You can try with the below approach:

    Step 1.Use Parse Excel to CDT smart service

    >> the Parse Excel to CDT smart service within Excel Tools should allow you to load the data present in the Excel to CDT

    Step 2: Then use Execute Stored Procedure smart service.

    >>Using Execute Stored Procedure smart service you can directly write the data from the CDT to Oracle table using Oracle Stored Procedure.

    Please try the same and hopefully it will work.
Children