Parse Excel

Certified Associate Developer
My scenario is uploading new employee details in bulk through excel document.

Perform all the validations(like null checks, DOB should not be future) on each employee record uploaded and display the row numbers having validation errors. Please let me know how can I fetch the row numbers having validation errors in stored procedure. (I am using Parse excel to CDT samrt service). How can I fetch row numbers return to appian?

OriginalPostID-255459

  Discussion posts and replies are publicly visible

Parents
  • @pavani..
    Create a temporary table,parse each row of excel to this table and perform the required validations in stored procedure,if everything works fine then
    store the excel details in main table.
    Hope it works...
    @chandrasekharg we can't exactly say the best way to hit the DB Stored Procedure vs Write to data store Entity when we have huge amount of data, i think It depends on the scenario...
Reply
  • @pavani..
    Create a temporary table,parse each row of excel to this table and perform the required validations in stored procedure,if everything works fine then
    store the excel details in main table.
    Hope it works...
    @chandrasekharg we can't exactly say the best way to hit the DB Stored Procedure vs Write to data store Entity when we have huge amount of data, i think It depends on the scenario...
Children
No Data