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
Salesforce developmentSalesforce development 

I have one problem with data uploading?

hi folks,

 

i am uploading bulk amount of data. but city__c filed contains like "@:@:hyderabad" or "@:@:chennai" or "@:@:Delhi".

 

i am uploading data into salesforce, but my excel file city__c field contains "@:@:hyderabad". but that field can be sved "hyderabad" only. How to resolve this problem.

 

 

thanks for your help........

vishal@forcevishal@force

If it's a constant format for your city names like '@:@:hyderabad', then in your csv file you can simply use 'find and replace' and replace them with proper city names.

 

Unless you want to involve apex (using a trigger), this is the best solution. Using apex for this isn't ideal, there is no need really. So just clean up your csv and upload your data!

Salesforce developmentSalesforce development

hi,

 

 

How to solve this problem with using trigger. can you please give with sample code.

 

Which trigger is supported ( before or after).

 

Please help me.. its urgent...

 

thanks for helping