function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RakeebRakeeb 

How can i upload csv file data into custom object (without using dataloader )

  Hi Guys, i have one scenario  like ,i have custom object with custom fields and i want insert csv file data in to custom object(with hard code) and how can i do that without using dataloader and documents .Any apps  is available in appexchage?If it available let me know the app. so kindly let me know the solution ASAP .

 

Thanks,

bob_buzzardbob_buzzard

Have you looked at using the custom object import wizard?

Cory CowgillCory Cowgill

In addtion to what Bob Buzzard already recommended, there is an app exchange app called "Cloud Converter" which does similar functionality.

 

You can import an Excel spreadsheet into Salesforce with Cloud Converter. It will automatically create the Object Definition from the Excel File.

sp08830sp08830

Looks like the OP is looking to implement upload via apex and VF.  is that right Rakeeb?

 

I actually implemented something like that. However I bumped into this thread while searchign for a different solution.  Is it possible to create a CSV upload functionality to update existing records in Salesforce?