I have recently learned about data loader. I have created a CSV file and imported it through the data loader. after 4 steps, I got a successful csv file as well. but I couldn't see the records in my object.
2 answers
Hi,
If you received a success file, the first column should be the Id.
Go to the object in Salesforce and open a record. In the URL, you'll see an Id, just replace it with the Id in your success file to see the record.
You could also run a report on the object with records created today and you should see them there