Hi All,
We have a requirement, where we have to import excel file data into Appian database stage table. Once data is loaded into stage table we have to validate the date format for date columns whether the date is invalid or valid using query entity or any custom function. In-valid records should be removed and only valid records be there. Can someone help us with this kind of scenario in Appian how we can avoid the in-valid date rows in Appian.
Regards,
Dheeraj G
Discussion posts and replies are publicly visible
Another method that does not require a stored proc would simply to have a process that reads the staging table in batches and then either updates the staging table or inserts the valid rows into another table.
I will verify the alternative method as well