# sf-data-loader

> Salesforce streaming data loader for Node.js

Latest version **0.0.14** (published 2016-11-04) · 0 weekly downloads

## Install

```sh
npm install sf-data-loader
pnpm add sf-data-loader
yarn add sf-data-loader
bun add sf-data-loader
```

Provides the commands `sfdelete`, `sfexport`, `sfinsert`, `sfupdate`, `sfupsert`, `mssqlexport`, `mssqlinsert`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.14 |
| Published | 2016-11-04 |
| First published | 2016-10-31 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 (+4 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Dear Duckie |
| Maintainers | john.stein |

## Links

- npm: https://www.npmjs.com/package/sf-data-loader
- Repository: https://github.com/dearduckie-io/sf-data-loader
- Homepage: https://github.com/dearduckie-io/sf-data-loader#readme
- Issues: https://github.com/dearduckie-io/sf-data-loader/issues
- npm.io page: https://npm.io/package/sf-data-loader

## Dependencies (8)

- [xml2js](https://npm.io/package/xml2js.md) 0.4.17
- [request](https://npm.io/package/request.md) 2.75.0
- [commander](https://npm.io/package/commander.md) 2.9.0
- [csv-parse](https://npm.io/package/csv-parse.md) 1.1.7
- [multipipe](https://npm.io/package/multipipe.md) 1.0.1
- [JSONStream](https://npm.io/package/JSONStream.md) 1.2.1
- [sql-parser](https://npm.io/package/sql-parser.md) 0.5.0
- [csv-stringify](https://npm.io/package/csv-stringify.md) 1.0.4

## Recent versions

- 0.0.14 (latest) — 2016-11-04
- 0.0.13 — 2016-11-04
- 0.0.12 — 2016-11-02
- 0.0.11 — 2016-11-02
- 0.0.10 — 2016-11-02
- 0.0.8 — 2016-11-01
- 0.0.7 — 2016-11-01
- 0.0.6 — 2016-11-01
- 0.0.5 — 2016-11-01
- 0.0.4 — 2016-10-31
- 0.0.3 — 2016-10-31
- 0.0.2 — 2016-10-31
- 0.0.1 — 2016-10-31

## README

# sf-data-loader

Salesforce Data Loader for Node.js

WARNING ALPHA SOFTWARE !!! DO NOT COUNT ON http://semver.org/ till we are on
first base.

Rome wasn't built in a day.

## TODO

* npm package bin for both *nix and Windoze.
    http://stackoverflow.com/questions/10396305/npm-package-bin-script-for-windows
* figure out Windoze command line piping.

## Features

* Bulk query readable stream
* PK chunking query readable stream
* Insert, update, upsert, delete, hard delete as writable stream (with
    request file cached locally)
* CSV success and error file writable stream
* Foo

https://github.com/dominictarr/event-stream is really handy.

---
_Source: https://npm.io/package/sf-data-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
