Change Fields to Download
By default all fields on an object will be downloaded. You can explicitly select the fields to download using the sf_download fields command with the following options:
| Switch | Required | Notes |
|---|---|---|
| -S | Y | The SQL Server instance to download to |
| -D | Y | The SQL Server instance to target |
| -o | Y | A Salesforce object API name |
| -f | N | A Salesforce field API name on the specified object |
| -d | N | If the field should be downloaded. Y | N |
Specifying a field name lets you change whether a single field is downloaded. Leaving the field name option blank lets you set every field on the object. Both examples are shown here:

