I am trying to import the Author(from a csv file) to the Author/Created By column in a SharePoint list. Running the code I have, the Created By/Modified column automatically retrieves the server login. I am doing this with CSOM. I tried using LookUpValue at the end, with no luck. Any suggestions?
$newItem["Author"] = $row."Author";