I am working on a project where I need to migrate some of the Infopath forms manually from SharePoint 2013 to SharePoint Online. I have developed Console application to achieve this and it worked for other columns except UserField. Becuase Infopath's XML file is having a userentry as domain\username and I need to convert it to SharePoint online user like username@abc.com..
I am not sure if this is achievable or not?
Any help is appreciated.
Thanks