1.2.7 • Published 9 years ago

sf-dl-auto v1.2.7

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
9 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

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago