You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi texei, i'm having a problem, the plugin is exporting the json of the data of one field with error.
The field have 14 chars in the maximum and is a text in salesforce and in the json the plugin is exporting like a number and without the zero in the beginning of the text.
The text was updated successfully, but these errors were encountered:
this is the version of the plugin
and this is the command:
sfdx texei:data:export --apitype bulk --dataplan ./data/data-plan.json --outputdir ./data --targetusername XXXX
Looks like it's an issue with the bulk version.
For whatever reason both Salesforce REST APIs don't return data with the same format, so it's a little bit painful to handle.
Still this is an issue as the exported/imported data will be different, I'll keep it open and see how we can handle this.
Hi texei, i'm having a problem, the plugin is exporting the json of the data of one field with error.
The field have 14 chars in the maximum and is a text in salesforce and in the json the plugin is exporting like a number and without the zero in the beginning of the text.
The text was updated successfully, but these errors were encountered: