CSV Importing - Improve the CSV Analyser
When importing a large set of data in csv format sometimes some errors are present and the import can`t be run. The errors are very generic and do not provide clear details on how to fix or where the exact issue is available like:
"Please enter a valid host name or IPv4 address. Only letters, digits, dash, underscore and dot are allowed."
It says that the is an error but does not specify which row or what exactly is wrong.
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
30 Nov, '25
Paulo SantanaIf you have spaces, unknown characters or invalid tags errors are generated and no clear solution is provided. The analyser should take care or those scenarios in a way that the exact issue is shown and maybe fixed.
If you have a large set of entries to make it will time out eventually. The analyser should be able to split the data or at least suggest to reduce the amount of entries to avoid timeout issues.