I’m currently attempting to complete the http://rpachallenge.com/
I’m extremely close to completing it but have come across a snag.
When running the task I’ve found that it manages to input the first name into the correct field but stalls on last name. It took me a while to figure out but I’ve found that it’s due to “name” being both in the “First Name” and “Last Name” field, so it must be recognizing it as a duplicate.
My TypeInto looks like “row(“First Name”).ToString” etc etc
Is there a way for me to get around this without having to change the headers in my CSV?