1.2.7 • Published 8 years ago

sf-dl-auto v1.2.7

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
8 years ago

sf-dl-auto

##install

  • npm install -g sf-dl-auto

How to use:

Step 1

  • cd /your/directory/with/csvfiles

  • sf-dl-auto -g

This generates your encrypted password that the Data Loader uses to extract, insert, upsert, delete, ... your records.

It saves this data in a config file so you'll only have to do this once.

Step 2

  • cd /your/directory/with/csvfiles

  • sf-dl-auto -i/-u/-d -d

-i : inserts your csv files into your org.

-u : upserts your csv files into your org.

-d : delete records from your org.

batchsize : optional. Default value is 200.

examples

  • sf-dl-auto -i 150: insert csv files.

  • sf-dl-auto -d : delete records.

  • sf-dl-auto -i -d : delete records and insert new ones after the delete process.

  • sf-dl-auto -i -d 300

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago