Hello,
I'm building an app that requires the user to load tabular data into a data source.
Specifically, to load a table with 5 columns and around 1000 rows. After loading, there should be some sort of data validation, like checking data types, errors, etc.
Any ideas on how to achieve this? Copy and paste from excel, maybe?
I'd appreciate some help here, thank you in advance!