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
Nitesh ChaureNitesh Chaure 

Need Help to for below problem statement

Hi,

I want to import .csv file into one of my custom app having fields ID, Date and Description.
But problem is I wish to iport records without redundancy. 
The .csv file contain data having same Id and date but defferent Description.
Instead of redundat Id and Date I want to concatinate Description of same Id and date.
And then after insert into my object.
So guys please help me.. 
Thank you so much for your help in advance.

Regards,
Nitesh
Best Answer chosen by Nitesh Chaure
Lokesh KumarLokesh Kumar
HI Nitesh,

You need to work in the excel with the formula to format your data before loading to SFDC.

Concatenate the description for all those having same id and data and then insert via data loader.

Hope it helps you !!

Thanks !

All Answers

Lokesh KumarLokesh Kumar
HI Nitesh,

You need to work in the excel with the formula to format your data before loading to SFDC.

Concatenate the description for all those having same id and data and then insert via data loader.

Hope it helps you !!

Thanks !
This was selected as the best answer
Nitesh ChaureNitesh Chaure
Hi Lokesh,
If you don't mind please tell me that formula which I need to put in excel.
As you know I have three Fields Id, Date and Description.
Hope you help me.
Thanks ! 
Lokesh KumarLokesh Kumar
HI Nitesh,

can you please share csv file to my email id lokesh.kr063@gmail.com

Thanks !
Nitesh ChaureNitesh Chaure
Thanks Lokesh, I got salesforce solution for that same problem. Thanks you so much to help me.