forcedotcom / dataloader

Salesforce Data Loader
BSD 3-Clause "New" or "Revised" License
468 stars 295 forks source link

cache the list of field attributes used when processing each row of u… #1137

Closed ashitsalesforce closed 2 months ago

ashitsalesforce commented 2 months ago

…pload operation

Cache the list of fields' attributes used for processing each row of upload operation. Currently used to truncate field values on client side when "sfdc.truncateFields" is set to true and operation is REST update.