You need to sign in to do that
Don't have an account?

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,
Have you looked at using the custom object import wizard?
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.
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?