I am using papa parse on my project but I was wondering two things:
1) There is one field where the header is called different than the field I am writing to. I don't want the user to have to change the text field before import, but I don't want them to have to fix that mapping on the first step of the import. Can I hard code this somehow that 'UserPrincipalName' goes to field 'Email'. I looked at the papa parse documentation but I didn't find anything
2) If the above can be done, is there a way to skip the first two screens and have it just start the import without those prompts.