Skip to main content

Hello #OhanaSalesforce

I am attempting to load Events using Dataloader and I am running into a "CSV Error: Can't Read from CSV file" on every attempt.

Originally I successfully loaded a sample of test data without any error but now any csv I try to load, including the sample of test data csv that originally succeeded, returns this error "CSV Error: Can't Read from CSV file".

I tried creating new files to no avail.

I am not easily finding documentation on how to clear this error.

Has anyone experienced this?

 

Thank you!!

13 réponses
  1. 21 déc. 2022, 21:33

    For me this error was thrown because the datalaoder couldn't find the last mapping file I used. after returning the mapping file to it's previous location in my file system the error went away. But I think the error is a generic one so could have lots of causes.

     

    To debug the issue I opened the dataloader_console app that was in the folder I downloaded with the data loader app in it and it showed the error.

    java.io.FileNotFoundException: /Users/whatever/Desktop/Mapping.sdl (No such file or directory)
0/9000