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
  • I haven't worked on this, but have a birds eye view. It goes like User uploads the Excel Document, and with the help of parse excel to CDT smart service have the data in to PV. In my view its better to write an Expression that will validate the CDT data and returns the row numbers having errors(this can be in a script task). If the Data does have Validation errors loop it back to the same Node showing the rows that have the problems to the User, if not can be proceeded to Stored Procedure for inserting into DB.
    I am eager to know which is the best way to hit the DB Stored Procedure vs Write to data store Entity when we have huge amount of data.
Reply
  • I haven't worked on this, but have a birds eye view. It goes like User uploads the Excel Document, and with the help of parse excel to CDT smart service have the data in to PV. In my view its better to write an Expression that will validate the CDT data and returns the row numbers having errors(this can be in a script task). If the Data does have Validation errors loop it back to the same Node showing the rows that have the problems to the User, if not can be proceeded to Stored Procedure for inserting into DB.
    I am eager to know which is the best way to hit the DB Stored Procedure vs Write to data store Entity when we have huge amount of data.
Children
No Data