Hi everyone! I lifted this out of a different application I built. I found that time and time again I need a way to allow people to upload a CSV.
Whenever a user messes something up (reverses first_name with last_name for instance), it creates a huge mess of invalid data. This library tries to offer a better UX for this to try and prevent these issues.
I figured this might be helpful to other people who have this problem.
When I upload the demo file, the UI for the Match step says that "0% of your rows have a value for this column" (and therefore that "100% of rows fail validation (repair on next step)").
However, the mini preview table of 3 rows shows that the names have been correctly extracted.
Either something is broken, or the UI is confusing.
2 comments
[ 16.6 ms ] story [ 33.4 ms ] threadWhenever a user messes something up (reverses first_name with last_name for instance), it creates a huge mess of invalid data. This library tries to offer a better UX for this to try and prevent these issues.
I figured this might be helpful to other people who have this problem.
However, the mini preview table of 3 rows shows that the names have been correctly extracted.
Either something is broken, or the UI is confusing.