{"id":23353734,"url":"https://github.com/tzmfreedom/yasd","last_synced_at":"2025-07-19T20:39:38.493Z","repository":{"id":64307051,"uuid":"147697465","full_name":"tzmfreedom/yasd","owner":"tzmfreedom","description":"Yet Another Salesforce Dataloader with golang","archived":false,"fork":false,"pushed_at":"2018-12-19T13:28:37.000Z","size":70,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T20:49:22.599Z","etag":null,"topics":["cli","golang","salesforce"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tzmfreedom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-06T15:50:36.000Z","updated_at":"2021-02-13T10:50:49.000Z","dependencies_parsed_at":"2022-12-06T09:48:47.845Z","dependency_job_id":null,"html_url":"https://github.com/tzmfreedom/yasd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzmfreedom%2Fyasd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzmfreedom%2Fyasd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzmfreedom%2Fyasd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzmfreedom%2Fyasd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tzmfreedom","download_url":"https://codeload.github.com/tzmfreedom/yasd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713263,"owners_count":20983683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","salesforce"],"created_at":"2024-12-21T09:16:09.205Z","updated_at":"2025-04-07T19:20:03.595Z","avatar_url":"https://github.com/tzmfreedom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/tzmfreedom/yasd.svg?branch=master)](https://travis-ci.org/tzmfreedom/yasd)\n\n# YASD\n\nYet Another Salesforce Dataloader\n\n## Install\n\nFor Windows user with cmd.exe\n```\n@\"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -NoProfile ^\n  -InputFormat None -ExecutionPolicy Bypass ^\n  -Command \"iex ((New-Object System.Net.WebClient).DownloadString('http://install.freedom-man.com/yasd.ps1'))\" ^\n  \u0026\u0026 SET \"PATH=%PATH%;%APPDATA%\\yasd\\bin\"\n```\nFor Windows user with PowerShell\n```powershell\nSet-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('http://install.freedom-man.com/yasd.ps1'))\n```\n\nFor Linux, MacOS user\n```bash\n$ curl -sL http://install.freedom-man.com/yasd.sh | bash\n```\n\nFor golang user\n```bash\n$ go get github.com/tzmfreedom/yasd\n```\n\n## Usage\n\nExport records\n```bash\n$ yasd export -q {SOQL}\n```\n\nInsert records\n```bash\n$ yasd insert -t {Salesforce Object Name} -f {path to source file} [--mapping {path to mapping file}] [--insert-nulls]\n```\n\nUpdate records\n```bash\n$ yasd update -t {Salesforce Object Name} -f {path to source file} [--mapping {path to mapping file}] [--insert-nulls]\n```\n\nUpsert records\n```bash\n$ yasd upsert -t {Salesforce Object Name} -f {path to source file} [--mapping {path to mapping file}] [--insert-nulls]\n```\n\nDelete records\n```bash\n$ yasd delete -t {Salesforce Object Name} -f {path to source file} [--mapping {path to mapping file}]\n```\n\nUndelete records\n```bash\n$ yasd undelete -t {Salesforce Object Name} -f {path to source file} [--mapping {path to mapping file}]\n```\n\nEncrypting Password\n```bash\n$ yasd generate-key \u003e /path/to/key\n$ yasd encrypt --key /path/to/key\n# input your password interactively\n```\n\n#### Common Option\n\n* --username, -u\n\n* --password, -p\n\n* --endpoint, -e\n\n* --api-version\n\n  Specify Salesforce API Version (e.g. 43.0)\n\n* --delimiter\n\n  Specify CSV delimiter\n\n* --encoding\n\n  Specify CSV encoding, read/write\n\n* --mapping\n\n  Specify CSV header mapping file path\n\n* --debug, -d\n\n  If you set debug, cli output transmitting API SOAP XML to stdout.\n\n\n#### DML SubCommand Option (Insert, Update, Upsert, Delete, Undelete)\n\n* --file, -f\n\n* --type, -t\n\n* --success-file\n\n* --error-file\n\n* --query, -q\n\n* --output, -o\n\n* --format\n\n* --batch-size\n\n\n## Contribute\n\nJust send pull request if needed or fill an issue!\n\n## License\n\nThe MIT License See [LICENSE](https://github.com/tzmfreedom/yasd/blob/master/LICENSE) file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzmfreedom%2Fyasd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftzmfreedom%2Fyasd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzmfreedom%2Fyasd/lists"}