I need to upload a CSV file to my MVC application where in a view I need to map columns and in next view I need to show some data imported from the csv file to user and if user is satisfied with that data display, he can move further otherwise he can go back and do the changes accordingly in columns mapping.
My concern is to to show columns mappings which were selected by him. Please suggest best way to do that and it should be safe in concurrent request as multiple users will be doing this task.
Thanks, Jshunjan