How can I change all false field values to true ?
Question.
I want to set all false values in the field Test__c (it's a checkbox field of the boolean type) to true.
How to do that ?
Answer.
Use value mapping with the following source CSV file (just an example for the Account object):
Account.csv
ObjectName,FieldName,RawValue,Value
Account,Test__c,false,true