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
  • Hi Sowjanya i have a question for the above implementation.
    If we validate the data in the Stored Procedure can we get the row numbers that have the validation errors to display it back to User to make them aware for necessary corrections?
    Also if nothing found from the validation errors, aren't we left with two tables(Temporary table and main table) that have the same data?
    Coming to my question the scenario itself is having huge amount of data. This question often rises to have an optimal solution.
Reply
  • Hi Sowjanya i have a question for the above implementation.
    If we validate the data in the Stored Procedure can we get the row numbers that have the validation errors to display it back to User to make them aware for necessary corrections?
    Also if nothing found from the validation errors, aren't we left with two tables(Temporary table and main table) that have the same data?
    Coming to my question the scenario itself is having huge amount of data. This question often rises to have an optimal solution.
Children
No Data