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 and documents)
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 and how can i do that without using dataloader and documents so kindly let me know ASAP any solution ..
you can create an application in java or dotnet to read the csv file and update the data to the custom object using enterprise wsdl (API).
Rikeeb,
You can use Import wizard. If the number of records is less than 50k.
But I dont think that you are not aware of it. Any special reason to not use the data loader?
Regards,
Shravan
Thanks srikanth for giving idea ,Is any other possibility is there apart from java&.net ,i mean any appexchange is available for this.if so kindly let me know.
Thanks shra , I have scenario like this,i am not aware of import wizard ,you are telling that records should be less than 50 k but if it is exceeds then it wont be applicable for that?Kindly let me know any solution..
Hi
If your records are more than 50k then you need to go to Data Loader for importing the records.
Thanks
Hi, i have fallow This Import Wizard,go to Data Management->Import Custom Objects then import
After mapping the field i am getting this error "Error: Record Owner field is not mapped" .In step 3:which one i have to select
1-Name
2-salesforce.com Id
3-None
Below that "Which lookup fields, if any, are included in your import file?" if i have lookup then only i can select the fields right?
Let me know the process ASAP
Yes
1.You need to select Name,if you have llokup fileds the only you need to select that field.
You need to specify the Name in your CSV file.
2.Though you get error as Owner Field not mapped you proceed to next step and
deploy the records you will get those records.
Hi, It is possible to do using visualforce page with hard code?
Hi , It is possible to build application using visualforce page with hard code (i.e. importing csv file data and inserting in to salesforce custom object?kindly let me know asap
You need to overide the Import Custom objects page?then it is not possible to do with VF page.
You cannot do the importing with VF page.